I have about 1000 rows of data regarding electric vehicles (models, range, speed, dimensions, etc) in an excel file (.xls), stored on my wordpress website (normal blog theme). Currently it is used to generate normal tables for users with that data.
I want to evolve this into a filterable catalogue, where users can use “sliders”, checkboxes and more to filter out preferred vehicles (almost like a store).
I realized there is not much guidance on how to do this with javascript.
Do you have a good way to solve this with jquery/js or another simple method which is easily implemented.
- I can change the file to csv if it helps.
Constraint:
- I wish to keep the file on the wordpress server, because when I edit it, all tables automatically gets updated with the data in different posts. So it would be ideal to keep the file there if possible.
I tried searching online for a solution so that I don’t have to invent the wheel again.
Tom Washington is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.