How can I set postData._search to true in the request in jqGrid?

前端 未结 1 860
执念已碎
执念已碎 2020-12-11 09:48

While I\'ve been able to add my own post data programmatically, I cannot seem to figure out how to get this code to send _search: true in the request.



        
相关标签:
1条回答
  • 2020-12-11 10:06

    There is an additional parameter, search, which need be set to initiate the searching. The _search parameter of postData need not be set explicitly. I recommend to look up some old answers where you find examples how to work with searching:

    • jqGrid client-side searching
    • jqGrid: using multiple methods to filter data
    • jqGrid clear search criteria
    0 讨论(0)
提交回复
热议问题