I want to create a datatable with array data instead of using a dataSource like here: https://www.koolreport.com/docs/datagrid/datatables/#use-data-property.
However when I try to render it I get an error Uncaught Exception: dataSource is required for DataTables
telling me I need to use a dataSource.
I'm not sure what I'm doing wrong here.