javascript - jqGrid How to get the default sort back? -
Simple question so I will keep it brief:
With enabled sorting on a single column, the user column header And you can sort that column in ascending or descending order. Is there a way to substitute "default" or "basic" sort order?
They can successfully predict this behavior of what the default column sort order was and click on that column in the correct order (for example, an exposed ID field), but it seems that the "default" The order is not available near ...
option sort name: "" , which is the default by default. You can set it per
setGridParam and trigger the
reload grid .
Comments
Post a Comment