Sort, Filter, and Reorder
- Last UpdatedSep 19, 2022
- 1 minute read
The Grid widget comes with sorting, filtering, and reordering features. Sorting data is based first on datatype and then sorted in alphabetical order for a single column at a time.
Filtering data can be applied to multiple columns. The grid persists the order of sorted and filtered data, and when you refresh the data through scripting, it keeps the sorted or filtered order too.
Note: The funnel icon is highlighted to indicate a filtered column.