Fixed width of jqgrid column?
Asked Answered
K

1

7

Is there a way to set a fixed width (max and min) of a jqgrid column?

I've set the width property in the colmodel, but if I resize the grid the columns are adjusting.

Kirkham answered 24/2, 2012 at 13:5 Comment(0)
N
16

One can't define max and min width of the column, but one can make it have a fixed width which will be not changed. You can use the fixed option in the colModel.

fixed: true

property of the column (see the documentation).

Nankeen answered 24/2, 2012 at 13:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.