ColVis error: NOT_FOUND_ERR: DOM Exception 8
ColVis error: NOT_FOUND_ERR: DOM Exception 8
Hi!
I'm not much of a javascript guy so pretty useless at debugging.
I have datatables running no problem. I just tried to add in the ColVis plug-in.
The "Show/hide columns" button shows up, and clicking on it gives me the columns list with the checkboxes.
When I switch one of the checkboxes, though, I get an error from dataTables.js line 2043 ("NOT_FOUND_ERR: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exists.")
DataTables sorting and filtering functionality works fine.
Any suggestions?
I'm not much of a javascript guy so pretty useless at debugging.
I have datatables running no problem. I just tried to add in the ColVis plug-in.
The "Show/hide columns" button shows up, and clicking on it gives me the columns list with the checkboxes.
When I switch one of the checkboxes, though, I get an error from dataTables.js line 2043 ("NOT_FOUND_ERR: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exists.")
DataTables sorting and filtering functionality works fine.
Any suggestions?
This discussion has been closed.
Replies
I'm not using the colvis plugin, but I am trying to show/hide columns using fnSetColumnVis.
I seem to be able to run the function in one of my functions, but not in another. I have a function that loads a cookie and set column visibility based on user prefs from the cookie, which seems to work fine, but then if I try to show/hide any column in another function I get the same error you describe.
Does anyone have any insight into this?
For reference, in 1.8b3, the error occurs at line 2044
Allan