How do you go about querying the ajon file to just show certain listing?
How do you go about querying the ajon file to just show certain listing?
pvtpepper
Posts: 4Questions: 2Answers: 0
Like all listing that have PA for State. I don't want the user to have to search each time I want to have one page that shows PA then one that shows DE etc.
Thanks,
This discussion has been closed.
Answers
It depends what you're really trying to accomplish. Do you really want separate pages? Try something like this: http://datatables.net/examples/api/multi_filter_select.html so the user can pull down the state they want and then the table will re-filter based on that input
arronw thanks for answering.
This is my script I have now using ajax to create the table from a json file.
Where to plug the addtional scripting in from the example you sent at the link above.
Thanks again.