How can I make a DataTable
How can I make a DataTable

including filters like: Date Range(with datepicker ), Search by name, Search by Category(dropdown) and Child rows (show extra / detailed information)
This discussion has been closed.
including filters like: Date Range(with datepicker ), Search by name, Search by Category(dropdown) and Child rows (show extra / detailed information)
Answers
There are some examples here:
https://datatables.net/examples/api/index.html
The YADCF plugin may be useful for you:
https://github.com/vedmack/yadcf
Kevin