How to get filtered data without data of hidden columns
How to get filtered data without data of hidden columns
Oensel
Posts: 19Questions: 4Answers: 1
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 ?
This discussion has been closed.
Replies
I solved the problem: