Has anyone experience issue with visual indicators of columns being sorted despite not being sorted anymore? #755
rubenlopezlozoya
started this conversation in
General
Replies: 1 comment
-
the should be fixed now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've copied the Data Table into my own project and disabled advanced filtering. Whenever I'm sorting, there's times when the check mark that indicates if a column is sorted desc or asc will appear despite that column not being sorted anymore. This does not happen all the time, and when it happens it's only a visual issue since the sorting works properly and the url params work as intended. Can't figure why this happens as the column.getIsSorted() is also properly set, it's just the check mark not disappearing.
In the image you can see the url where the table is sorted by the column "query" desc, but the "domain" column still shows a checkmark.
Beta Was this translation helpful? Give feedback.
All reactions