Destroy table with fixed columns?
Destroy table with fixed columns?
With the newest libraries (fixed column 3.2.1 and data tables 1.10.11), it looks like it's not able to destroy the table with fixed columns, raising this error when try to destroy:
dataTables.fixedColumns.min.js:168TypeError: undefined is not an object (evaluating 'this.s.dt').
This does not occur when using fixed column v3.0.4 and data tables 1.10.9.
So this could be a new bug? Any work around yet?
I have tried varies ways of initiating and destroying.. Does not seem to work.
Any help would be appreciated!
This question has an accepted answers - jump to answer
Answers
It is a bug in the current release (sorry) and it was fixed here. The nightly version contains the fix.
Allan
Thank you so much Allan.