Tablepress filters
-
Dear friends, I have a large table which compares products, let’s say cars.
So the first line of each column is the title of a model, and each line below the first is an attribute: brand, price, number of doors, lenght, weight, etc.
I would like to display a table with the title :
“Comparison of cars under 10000€” or “Comparison of Volskwagen cars”.If I make sure the “Price” line only has number and the “Brand” line only has strings, do I have a way, preferably in PHP, to display only the column that match the criteria? (in my example, “display column if cell in line 3 is <10000” or “display column if cell in line 2 =Volkswagen”).
Thanks!
ntel
The topic ‘Tablepress filters’ is closed to new replies.