This worked a week ago.
This worked a week ago.
Now, not so much. Can't figure out, am getting a console error that I don't understand.
https://www.star.nesdis.noaa.gov/smcd/GCC/MeetingActions.php
Error:
Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined
at Ja (jquery.dataTables.min.js:24)
at N (jquery.dataTables.min.js:16)
at HTMLTableRowElement.<anonymous> (jquery.dataTables.min.js:16)
at jquery-2.1.4.min.js:2
at Function.map (jquery-2.1.4.min.js:2)
at n.fn.init.map (jquery-2.1.4.min.js:2)
at ma (jquery.dataTables.min.js:16)
at HTMLTableElement.<anonymous> (jquery.dataTables.min.js:95)
at Function.each (jquery-2.1.4.min.js:2)
at n.fn.init.each (jquery-2.1.4.min.js:2)
Ja @ jquery.dataTables.min.js:24
N @ jquery.dataTables.min.js:16
(anonymous) @ jquery.dataTables.min.js:16
(anonymous) @ jquery-2.1.4.min.js:2
map @ jquery-2.1.4.min.js:2
map @ jquery-2.1.4.min.js:2
ma @ jquery.dataTables.min.js:16
(anonymous) @ jquery.dataTables.min.js:95
each @ jquery-2.1.4.min.js:2
each @ jquery-2.1.4.min.js:2
m @ jquery.dataTables.min.js:85
h.fn.DataTable @ jquery.dataTables.min.js:164
(anonymous) @ MeetingActions.php:1812
j @ jquery-2.1.4.min.js:2
fireWith @ jquery-2.1.4.min.js:2
ready @ jquery-2.1.4.min.js:2
I @ jquery-2.1.4.min.js:2
Any advice very much appreciated. This instance of datatables has been running for a couple of years, and just started flaking out recently. We changed the data source .csv file, but I don't see anything weird about it that I can understand.
This question has an accepted answers - jump to answer
Answers
Have you since fixed it? I don't get any Javascript errors on the page when I load it.
Allan
It is partially fixed. I'm not entirely sure why, but after I removed some special characters in the .csv file, it rendered better. There is still, however, a peculiar forced wide column that should be wrapping!
Never mind! Bad style class on that column. Thanks for looking with me. This can be considered closed.