I use this api with DataTables : http://www.sprymedia.co.uk/dataTables/example_multi_filter.html
But How I can put seach inputs above the table, next to "Search all columns"??
You could try with CSS:
tfoot {
display: table-header-group;
}
You can use column filter add-on for DataTables. It can be configured to place filters below and above the heading row. See http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html, http://jquery-datatables-column-filter.googlecode.com/svn/trunk/numberRange.html and other examples on the site.
Quick update: The two URLs above are invalid now. Here's a working one: https://code.google.com/archive/p/jquery-datatables-column-filter/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With