I use columnChooser
plugin like the demo from the answer, but I want to customize it more, like hide column in group not in each column like that.
Is there any way to do that with jqGrid?
Many thanks for help
Asked
Active
Viewed 139 times
0
-
1Which "group" you mean? In general you can fill the dialog with any information which you need. In the case you will need to use `done` which calls `hideCol` and `showCol` based on the results. In any way you should describe more detailed what you want to do. – Oleg Dec 18 '13 at 06:24
-
For example, is this example above we have 8 column in columnchooser popup. I want to group Client and date in to 1 line. whenever I click that line, column client and date have to hide – Long Vu Dec 18 '13 at 06:36