Custom Sorting
Client Side Sorting
Sometimes you may wish to override the default sorting logic which is applied uniformly to all columns.
To do so use the customSorting
option. This is an object that recieves custom logic for specific columns.
E.g, to sort the name
column by the last character:
Server Side Sorting
This depends entirely on your backend implemetation as the library sends the sorting directions through the request.
Last updated