How to know if the plus icon is shown??
How to know if the plus icon is shown??
standinibarra
Posts: 15Questions: 5Answers: 0
in DataTables
you know if the datatable has collapsed/responsive function. how can I know if the plus icon is shown or visible??
Coz I plan to hide the first column if the plus icon is not shown.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use the
responsive.hasHidden()
API to determine if responsive has hidden any columns.Kevin
It work, thanks man!!!