Replies: 1 comment
-
Ok, I see now that this is controlled by the sorting state. However, if the developer just wants to set a default sort on a column or two, setting the sorting state is more work and arguably less clear than putting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from the DevExtreme Datagrid, I expected to find the equivalent of a
sortIndex
prop on Column Defs. If I want the grid to start up initially sorted on columnLast Name
with a secondary sort onFirst Name
, how would I go about that?Beta Was this translation helpful? Give feedback.
All reactions