You can set the hidegrid option to false
:
$(selector).jqGrid({
// ...
hidegrid: false
});
0
solved How to make a button to hide/show a jQuery grid
You can set the hidegrid option to false
:
$(selector).jqGrid({
// ...
hidegrid: false
});
0
solved How to make a button to hide/show a jQuery grid