I have a datatables and small problem. I would like to know how can I show filtering results in other tables (in orginal table also)? Now results is the same table.
DataTables tables are (almost) completely independent from one another - so what you would need to do is detect the filtering on one of them (attach your own filtering function to the input), and then apply that to the other as well.
Replies
[code]
...
...
[/code]
I have search/filter input in orginalTable and resultTable and when I keyup on this inputs result should be showing in orginalTable and resultTable.
Any ideas ?
Allan
Allan