[addon-table] How to know the column which is sorted by? #2301
Answered
by
waterplea
spicy-tomato
asked this question in
Q&A
-
Example, when I click column 'Number', something should emit 'numberReality'. Tried to emit (sorterChange) of tuiTable, but always receive default comparator |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Aug 8, 2022
Replies: 1 comment 1 reply
-
Hey there. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there. You can use
tuiSortBy
directive to operate with column names. Here's an example:https://taiga-ui.dev/components/table#server