You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing sorting comparators are handy, when working with all rows loaded in memory. However, they are not very useful when working with server side sorting. You have to write extra code to map comparators to column names.
Describe the solution you'd like
It would be more convenient to have some directive made especially for server-side sorting, that would emit column name instead of comparator function.
🚀 Feature request
Is your feature request related to a problem?
Existing sorting comparators are handy, when working with all rows loaded in memory. However, they are not very useful when working with server side sorting. You have to write extra code to map comparators to column names.
Describe the solution you'd like
It would be more convenient to have some directive made especially for server-side sorting, that would emit column name instead of comparator function.
Describe alternatives you've considered
An alternative is to create your own function that would convert comparator to column name like it's done in the docs: https://taiga-ui.dev/components/table#server
The text was updated successfully, but these errors were encountered: