EricR
1
Hello,
I have a datatable with some freeze columns can be sorted by user.
Example column sortable by users:
One column is displayed (Type) in freeze section but can’t be sortable.
I want when a user click on Name to sort, the executed sort is by Name and Type.
When the user click on Group, the executed sort is by Group and Type.
Regards
EricR
2
Note: My current implementation is by custom sort for each column.
maksim
3
maksim
4
Custom sorting function can compare values for two or more columns, which allows to organize sorting by two columns, as necessary in your case.
EricR
5
Thanks. I have modified my code.