Search box then display datatable with results
Search box then display datatable with results
funkeychikkin
Posts: 2Questions: 0Answers: 0
Hi,
Is this possible to do, I would like to search my database for a term and then that query be the source of data for the datatable which I will then display on the page? Can anyone advise on the best way to do this if possible?
Also if the user then searches again for something different it would be able to get that new data for the datatable?
Sorry if this is simple, I am new to web development. Thanks for any help :)
Is this possible to do, I would like to search my database for a term and then that query be the source of data for the datatable which I will then display on the page? Can anyone advise on the best way to do this if possible?
Also if the user then searches again for something different it would be able to get that new data for the datatable?
Sorry if this is simple, I am new to web development. Thanks for any help :)
This discussion has been closed.
Replies
It is just using that as the seed for the datatable that I am struggling with and all on the same page.
Here is a better example that will show how to set up a query by column, based on user input.
http://www.datatables.net/examples/api/multi_filter.html