How to implement own search pannel for datatable ?
How to implement own search pannel for datatable ?
nijine
Posts: 6Questions: 1Answers: 0
here I have around 3 lakh data with 15 columns to show , and I need to provide filter options how to do it.
The think I need to figure out is how to done filter through my own filter pannel , below I attach the image.
Answers
Take a look at these two examples:
https://datatables.net/examples/api/multi_filter.html
https://datatables.net/examples/api/multi_filter_select.html
You can adapt them for your own panel. Also take a look at SearchPanes and SearchBuilder for prebuilt solutions.
Kevin
That's a nice looking filtering system - I like that! Totally possible with the API to build that - might be a little work, but doable.
Allan