BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

[Feat] Support for Custom Sorting for a Column

Open singmnj opened this issue 3 years ago • 1 comments

I have a string data type column which contains values like A1, A2, A3, . . . . A11, A12, . . .

https://en.wikipedia.org/wiki/Natural_sort_order

By default Alphanumeric Sorting(A1, A11, A2) happens, but I want Natural Sorting(A1, A2, A11) Instead.

Is there any way in which a custom comparator code can be included for a specific column, so that the sort happens according to that comparator ?

singmnj avatar Dec 26 '20 13:12 singmnj

Hi everyone! It's good idea. I'm waiting too this enhancement.

idimkk avatar Feb 15 '21 16:02 idimkk