row_filter / Filter on variable value
-
I am using tablepress for the website of my cycling club to show the (GPS) clubrides schedule.
See: https://tourclubduiven.nl/toerkalender/Every ride has the month (e.g “2020-07” for July 2020) in the first column.
Using the row-filter extension I can simply use the ‘filter=”2020-07″‘ phrase to filter just the rides scheduled in July 2020.Now I want to make this filtering dynamic, based on a global variable (e.g. “$current_month” that I want to set in the page header or footer) so that when the page opens the user only sees the rows that match the value in the variable.
Plus the user should be able to change the filter as he/she likes (using the selection boxes from the column filter extension)
Is there any way to accomplish this?
The topic ‘row_filter / Filter on variable value’ is closed to new replies.