How can I hide the jqgrid completely when no data returned?

前端 未结 10 1500
无人及你
无人及你 2020-12-05 07:18

I\'m having a heck of a time trying to only display my jqGrid when records are returned from my webservice. I don\'t want it to be collapsed to where you only see the capti

10条回答
  •  攒了一身酷
    2020-12-05 07:52

    It is enough to not include the "caption" option in the definition of the grid. Tested with version 5.0.1

提交回复
热议问题