OlegKi / jqGrid-plugins

some plugins or extensions to jqGrid
36 stars 15 forks source link

Enhancement autoWidthColumns - set max width of jqGrid #3

Closed johncze closed 9 years ago

johncze commented 9 years ago

Hi Oleg,

Is it possible to set max width of jqGrid, in order to autoWidthColumns still reacted, but if width will be greater than set max width of jqGrid then scrollbar was shown.

Thank you

Daniel

OlegKi commented 9 years ago

The new version of jqGrid which I am developing now allows to specify the options either on the level of the grid: autoResizableMinColSize and autoResizableMaxColSize or as a property for specific column. See the usage of autoResizableMinColSize: 40 for "tax" column in the demo.