gridjs
gridjs copied to clipboard
Initial Sort Column
Functionality to allow you to set the initial sort column on first load, so that it's correct represented by the column arrows
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It would be nice to consider this issue as a feature request.
As an alternate solution, some APIs would work as well.
grid.sort([{ name: 'col1', asc: true }, { name: 'col2', asc: false }])
for instance!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am also interested in this :)