koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
323 stars 95 forks source link

How to set some filters on 3 tables using some javascript code #748

Open pycolle opened 4 years ago

pycolle commented 4 years ago

Hello

First of all I would like to congratulate you for this wonderful table. I'm using it quite some times to display bunch of data and sue its search capability.

For the first time I have one question : I want in fact to display 3 tables (into 3 frames) These tables have some columns in common (for example they all have a column PERSON and a column SERVER) then they have their own additional specific columns.

What I would like to do is to offer 1 button CLEAR and 2 inputs PERSON and SERVER on top of my page in which if someone click the CLEAR button it will automatically propagate this clear to all the 3 tables or in reverse if someone write something in the input it will propagate the search to all the 3 tables and refresh them.

Could you help me here

SUPER THANKS

Pierre-yves pycolle@gmail.com