Skip to navigation
Default sort with jqgrid
14.07.26
Added `forceClientSorting: true` and removed duplicate `loadonce: true`. ### Before ```js loadonce: true, beforeRequest: function (id) {}, // ... sortname: "ip_match", sortorder: "asc", // ... saveAfterSelect: true, loadonce: true, // duplicate After loadonce: true, forceClientSorting: true, // ... sortname: "ip_match", sortorder: "asc", // ... saveAfterSelect: true,
Reply
Anonymous
Information Epoch 1784069920
Work your system no matter how imperfect, and modify it as you go.
Home
Notebook
Contact us