Hi, is it possible to use same SearchPanes for multiple datatables on the same page?
Hi, is it possible to use same SearchPanes for multiple datatables on the same page?
sbellad
Posts: 5Questions: 3Answers: 0
I have 4 datatables in same page that shares same columns I'd like to use for filtering. What is the best way to achieve this?
This discussion has been closed.
Answers
I'm sorry to say there is no option for that.
What you'd need to do in this case is build up a list of search terms you want to be able to search over and trigger a
search()
orcolumns().search()
call to the tables when they are activated.Regards,
Allan