I have been playing with the demo and I cannot figure our whether my use case is doable or not. Basically, I will have a table displayed on multiple different pages, and which will display different results based on the content of an ACF field linked to that page. I noticed that this is doable via the placeholders, no issue so far.
To do so, I need the filters to be automatically generated based on the content of the table. If I set them manually I would have many irrelevant filters (or I would need 99 different tables, which would be too much trouble to manage). So, my question is : some of my cells of the column I use to filter contain different values, such as
Column 1 row 1 [A, B, C] row 2 [A] row 3 [B, C]
On the dynamically generated filters, is there a way to parse comma separated values in the "form filter", so that it display the values as shown below ?
Hello,
I have been playing with the demo and I cannot figure our whether my use case is doable or not. Basically, I will have a table displayed on multiple different pages, and which will display different results based on the content of an ACF field linked to that page. I noticed that this is doable via the placeholders, no issue so far.
To do so, I need the filters to be automatically generated based on the content of the table. If I set them manually I would have many irrelevant filters (or I would need 99 different tables, which would be too much trouble to manage). So, my question is : some of my cells of the column I use to filter contain different values, such as
Column 1
row 1 [A, B, C]
row 2 [A]
row 3 [B, C]
On the dynamically generated filters, is there a way to parse comma separated values in the "form filter", so that it display the values as shown below ?
[Filter]
Value 1 = A
Value 2 = B
Value 3 = C
Thanks for your help !
Hello,
Just updating the ticket so that it's not forgotten about.
Thanks !