user1951618
user1951618

Reputation: 129

how to set min width on each column in jqgrid guriddo

Im trying newest commercial version jqgrid guriddo and I need something like min-width on column. Im trying everything but nothing works fine. My header column name is so long and for small devices doesnt display correct. I dont want fixed width becouse for bigger devices is grid smaller.

I need dynamic column which cant be lower than min-width but can be only longer.

Upvotes: 0

Views: 966

Answers (1)

Tony Tomov
Tony Tomov

Reputation: 3277

In Guriddo there is a such option called minColWidth, which defines the minimal column width when resizing - look in the official documentation here

There was a small problem regarding this options, which is fixed now, so you can test its functionality when you get the fixed code from GitHub

Thank you very much for your help to find this problem.

Upvotes: 1

Related Questions