Should one replace the usage addJSONData of jqGrid to the usage of setGridParam(), and trigger('reloadGrid')?

前端 未结 6 1288
醉酒成梦
醉酒成梦 2020-11-28 09:54

I wrote recently an answer to the question \"jqGrid display default “loading” message when updating a table / on custom update\". While writing the answer I thought: why doe

6条回答
  •  -上瘾入骨i
    2020-11-28 10:31

    When you need to have complete control on how and when the ajax is send, you will prefer to use addJSONData.

    e.g. A search form contains two

    提交评论

提交回复
热议问题