Can DataTables Do It?

Can DataTables Do It?

vgevgevgevge Posts: 1Questions: 0Answers: 0
edited April 2012 in General
I am new to DataTables and I want to know if this can be used to create dynamic search filtering on the level of kayak.com or pennysaverusa.com . Both of these sites use a side menu of filterable options. When you click one of the options, the results are automatically filtered and a box with "X" appears showing the filter that you have selected. You can add more filters, or you can click the "X" to remove the filters that you have added.

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    edited April 2012
    Yes absolutely DataTables can do that. You simply call the fnFilter API method with what you want to filter the table on :-).

    Allan
This discussion has been closed.