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 ?

freelance2gkgfreelance2gkg 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 ?

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    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

  • freelance2gkgfreelance2gkg Posts: 3Questions: 2Answers: 0

    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.

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    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

This discussion has been closed.