should the `fixedColumns.left` count value, include the invisible columns as well?
should the `fixedColumns.left` count value, include the invisible columns as well?
JoshuaB
Posts: 11Questions: 3Answers: 0
wrt fixedColumns.left
https://datatables.net/reference/option/fixedColumns.leftColumns
should the count include the invisible columns?
(in our use-case, there's a need to dynamically show / hide columns based on filter a selection)?
or is it zero-based index of the column to be freezed?
Answers
Currently no it doesn't. It counts only visible columns.
Allan