data from database
data from database
raiya
Posts: 3Questions: 1Answers: 0
Hi
How can i use this with data from database instead of datatable?
This discussion has been closed.
Answers
You will have to explain yourself more clearly. I have no idea what you mean.
I mean this grid
https://www.datatables.net/release-datatables/examples/api/multi_filter.html
here the data from html table . how i use it to filter and sort data from database???
You can use AJAX:
https://datatables.net/examples/ajax/index.html
Kevin
I don't want ajax. I need to use data from database not from ajax.
DataTables is not a database API. You would need to use whatever database API the language you are using on the server-side provides. For example in PHP you might use PDO. In .NET you might use ADO.NET, etc.
Allan