SearchPanes, How to get current selections from each pane

SearchPanes, How to get current selections from each pane

DreakerDreaker Posts: 13Questions: 6Answers: 0

Hi,

I'm trying to get the selections in searchPanes
I know I can get the search of each column using:

table.columns().search()

But it doesn't seem to work with SearchPanes

Thanks!

Replies

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @Dreaker ,

    The best way to do this is to use some jQuery magic and access the DataTables within the SearchPanes directly. Take a look at this example.

    Thanks,
    Sandy

This discussion has been closed.