How to do custom search on multiple datatable in a single page using date range ?
How to do custom search on multiple datatable in a single page using date range ?
freelance2gkg
Posts: 3Questions: 2Answers: 0
There are several date column fields present in two datatable . I want to do custom search on the columns where dates are showing . Any suggestion ?
This discussion has been closed.
Answers
See the search manual. The plug-in's behaviour of searching all tables, while annoying to most people, sounds like it might be useful fro you!
Allan
My example is http://goutam.webigniter.ca/datatable.html
There are several date fields available in advanced search section for both data tables .
I want date range search on every date fields in both data tables.
i.e for every date fields there will be dateFrom and dateTo input in advanced search.
Please advice me how to do.
Thank you in advance.
The development documentation I linked to before should provide enough information to get started with a custom search plug-in. Since your tables don't contain identical columns, your plug-in logic will need to account for that which will add a little complexity though.
Allan