Replies: 3 comments 14 replies
-
you would need to adjust the Builder method in the filter() function getting existing filters that are set to slim down the values. quite a trick concept if you are spanning multiple tables. It would make sense for the filters to have an option to limit the found date to the result filters. |
Beta Was this translation helpful? Give feedback.
-
I dont know how to adjust the builder in the filter function. In the filter function of the filter? I tried to access builder on filters() method or calling getRows() so i can populate the array for the options method of filter, but it says: |
Beta Was this translation helpful? Give feedback.
-
Set a variable with the resultant IDs from the first filter, constrain the secondary filter with the variable, then refresh the filters. Let me know if this doesn't make sense |
Beta Was this translation helpful? Give feedback.
-
Hi!. I want to show only the items left after the table is filtered on a selectFilter. For example, i want to show only "Vanceton", "East Imaniport" and "Port Fredrick" in the 'Group City Filter" and not all of them, because it was filtered
How can i achive this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions