DataTables added this warning on Oct 22, 2022 (later released in DataTables >=1.13.2):
It occurs when the header column count != a row's column count. It started occurring on Sal's manage_users.html after DataTables was updated to 1.13.5. It does not occur if this commit is reverted.
It appears no other table triggers the warning. I checked tables in these templates:
I noticed the invocation in server/templates/server/settings.html doesn't appear to be used - there's no table rendered on the page (and no other template extends settings.html per grep 'extends "settings.html"' -r .). Deleted it. Lmk if this is incorrect, ofc.
Edit: I don't think this CI error is related to the delta:
DataTables added this warning on Oct 22, 2022 (later released in DataTables >=1.13.2):
It occurs when the header column count != a row's column count. It started occurring on Sal's manage_users.html after DataTables was updated to 1.13.5. It does not occur if this commit is reverted.
It appears no other table triggers the warning. I checked tables in these templates:
I noticed the invocation in
server/templates/server/settings.html
doesn't appear to be used - there's no table rendered on the page (and no other template extends settings.html pergrep 'extends "settings.html"' -r .
). Deleted it. Lmk if this is incorrect, ofc.Edit: I don't think this CI error is related to the delta: