hide-columns-dynamically text-inputs-searching
hide-columns-dynamically text-inputs-searching
ersin
Posts: 1Questions: 1Answers: 0
Hi,
When I use hide-columns-dynamically text-inputs-searching classes together, I got the warning message below. What do I have to do?
DataTables warning: table id=DataTables_Table_0 - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
This discussion has been closed.
Answers
Presumably you are repeating your equivalent of this code section:
You can't do that. You can't initialise DataTables more than once, as the error is telling you.