If you have about 10,000 lines, then, of course, it is better to implement pagination on the server side, sorting and filtering. I recommend using filterToolbar with a parameter stringResult:trueif you are not already using it. In the case when jqGrid sends a filtersparameter to the server in the same format as the advanced search in the form of do . Thus, you will need to implement a server-side method that uses the following input parameter from jqGrid:
- Parameters
sidxand sorddetermine the sort order of the data. Information is indicated ORDER BYin the relevant statement SELECT._search true, filters , WHERE SELECT.page rows , , , .
, , , , , .