jquery Datatable – Uncaught TypeError: Cannot read properties of undefined (reading 'length')
I am having the following error around undefined (reading 'length') on Jquery Datatable. I am generating the table dynamically. table#myTable.table.is-fullwidth thead tr each column in tableColumns th p #{column} tbody each row in tableResults tr each data in row td…