Multi filtering - how to get an object with filtered results
Multi filtering - how to get an object with filtered results
edgarcolon
Posts: 3Questions: 2Answers: 0
Hi guys,
I have TABLE A with multi filter function and works ok.
Say at the beginning there are 100 records, then I type some filters in fields, which results on 10 rows.
I want to hit a button which recovers only the information that's actually filtered (10 records). I'm thinking something about:
dataTables().filtering;
How do I accomplish this task?
Thanks in advance.
This discussion has been closed.