Defines default client-side sorting. Supports multiple columns & custom order.
Properties
columnId
(required)- Dot-separated path to the column that should be sorted.
direction
(optional)- Specifies the sorting order.
- Default value:
"asc"
- Supported values:
"asc"
(ascending)"desc"
(descending)
Behavior
- Sorting is applied on the client side.
- Multiple column sorting is supported and follows the order specified in the array.
- If
direction
is not provided, the default sorting order is"asc"
Additionally to the configured sorting options, it is also possible to enable custom sorting based on any column from the toolbar's 'sort' section.
For any assistance, please don’t hesitate to reach out by submitting a ticket here.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article