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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -