Hi
How can i use this with data from database instead of datatable?
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
It looks like you're new here. If you want to get involved, click one of these buttons!
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