I’m looking for a plugin or guide on making a filterable table for my website.
The goal is to have a table that is filterable using a sidebar of checkboxes.
Each entry into the table would have a reference number, a title, a description, a link, and multiple tags (probably 5-10 tags each entry).
I was intending on doing this by having two SQL tables. One with the reference number, title, description, and link all in the same row. And the other table with the reference number and each individual tag in it’s own row(so reference 1001 would have a row for every individual tag). I’ll try and limit myself to only using 25 unique tags for table 2. The front end filterable check boxes would filter through table 2 for matching results and then return results with all the information from both tables. I’m expecting the data set to hold between 300 and 1000 different titles.
I’ve been looking through some wordpress plugins and haven’t found one that seems to do what I’m looking for.
​
Here’s a link showing a sample of the tables and how the functionality i’m looking for (It won’t actually be about movies, it was just the first thing that popped up in my head) : [https://imgur.com/a/TlyxF5b])
[ad_2]