Sorting in igx-column #11888
-
Hey |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @kevalgw, An approach I could suggest is implementing your own custom sorting strategy. Sorting is performed using our DefaultSortingStrategy algorithm, however, any IgxColumnComponent or ISortingExpression can use a custom implementation of the ISortingStrategy as a substitute algorithm. Additionally, I have prepared a small sample demonstrating the above approach and it could be found here. |
Beta Was this translation helpful? Give feedback.
Hello @kevalgw,
An approach I could suggest is implementing your own custom sorting strategy. Sorting is performed using our DefaultSortingStrategy algorithm, however, any IgxColumnComponent or ISortingExpression can use a custom implementation of the ISortingStrategy as a substitute algorithm.
Additionally, I have prepared a small sample demonstrating the above approach and it could be found here.