Trying to implement jqGrid
in my project has been mostly successful, but I am encountering two specific issues:
- The first time the
columnChooser
is clicked, it does not display the effect when clicking thedone
button. However, it works as intended on the second click. You can view a video demonstration here, and access a fiddle example here. - I am struggling to adjust the height of the
columnChooser
. Any guidance on how to achieve this would be greatly appreciated.
Note: My implementation uses the free-jqgrid
framework.