sortBy Configuration Guide

Modified on Thu, 18 Sep at 12:38 PM

Defines default client-side sorting. Supports multiple columns & custom order.


sortBy:
      - columnId: outlineNumber
        direction: asc
HTML


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.
  • Ifdirectionis 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article