|
Het team, The filter feature in wave table columns is really cool. I want to know how can we sort entires alphabetically which are listing in the filter dropdown (shown below). I just passed the sorted list of strings and assigned to the filters attribute in the table column (filters=['Cat', 'Dog', 'Lion', 'Zeebra'] but it didn't give any response for me. I would like to know whether it's possible and if so how. |
Answered by
mturoci
Aug 15, 2023
Replies: 1 comment 2 replies
Please provide a MRE and Wave version. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



TLDR: Upgrade to
0.26+.In versions
<0.26yes. The explicit filters were supposed to be used on paginated tables only. From0.26.0this constraint was removed and filters can be set regardless of whether the table is paginated or client-side.