On loading a page with a table, that is being generated by a view, receiving the following error:

TypeError: oColumn is undefined jquery....?osq86v (line 22, col 92061)

Table trash is working elsewhere with tables built in HTML. The table settings from the view have no sorting or filtering. Inspecting the table HTML element on the page yields an id="DataTables_Table_0" which indicated to me that the module is setting the table ID.

Is there anything else that I need to consider in using the view to create table content that can fix this?

Comments

tremor created an issue.