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 ?