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 1784844376
Favor apps that have universal interfaces.
Home
Notebook
Contact us