Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35594

How to get filtered data without data of hidden columns

$
0
0

Is there a simple way to get all displayed data (including the other pages) ?

That's how I get all filtered data:

   table.rows( { filter: 'applied' } ).data()

But the information of hidden columns is included and I don't want it.

I also need to get all headers title but only the visible, not the hidden ones.
Any ideas ?


Viewing all articles
Browse latest Browse all 35594

Trending Articles