DataTables warning (table id = 'myTable'): Requested unknown parameter '1'
DataTables warning (table id = 'myTable'): Requested unknown parameter '1'
I have a HTML table which is popoluated with data from an OLAP Cube. So far so good...
The table has and tags.
If I use the simple initialization example, ( somthing like $('#myTable').dataTable(); ) I alway s get the same warning...
DataTables warning (table id = 'myTable'): Requested unknown parameter '1' from the data source for row 0
on the page there are other tables (simple html tables, not datatables) and some charts using HighCharts...
what could be the cause? this is getting me mad...
The table has and tags.
If I use the simple initialization example, ( somthing like $('#myTable').dataTable(); ) I alway s get the same warning...
DataTables warning (table id = 'myTable'): Requested unknown parameter '1' from the data source for row 0
on the page there are other tables (simple html tables, not datatables) and some charts using HighCharts...
what could be the cause? this is getting me mad...
This discussion has been closed.
Replies
Allan
my debug doce is: acixay
thanks for looking into it....all my other datatables work perfectly
Allan
same problem
http://debug.datatables.net/ohikoz
> rows x columns === cells
If that isn't true, you will get an error such as the one you are seeing.
Allan