DataTables - Responsive mode - Get active columns
DataTables - Responsive mode - Get active columns
danijel_00
Posts: 2Questions: 1Answers: 0
Hi,
how is it possible to get the number of active columns in responsivness. So when responsive mode is activaed how to know which columns are showed and which are not.
Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Here are the Responsive APIs:
https://datatables.net/reference/api/#responsive
Probably one of the
responsiveHidden()
APIs is what you are looking for.You may also be interested in the
/responsive-resize
to know responsive has changed.Kevin
Thank you!