Again: Requested unknown parameter '1' from the data source for row 0
Again: Requested unknown parameter '1' from the data source for row 0
ymakux
Posts: 3Questions: 0Answers: 0
Hello
When I have an empty table always getting the following error message:
[quote]DataTables warning (table id = 'data-table'): Requested unknown parameter '1' from the data source for row 0[/quote]
This is how my empty table looks like:
[code]
SKU
SKU
Weight
Category
Raincover
Tors
Frame
Load
Trademark
Purpose
Text
Language
Published
Related
Sex
Title
Material
No records to display
[/code]
Firebug console log:
[quote]
TypeError: nCell is undefined
[Break On This Error]
nCell.className += ' '+oCol.sClass; (line 669 of jquery.dataTables.js)
[/quote]
Link to debug results http://debug.datatables.net/olihuc
Also I'm using the Data Tables Editable plugin, which fails to load for the empty table.
I have no errors when the table contains at least one row.
When I have an empty table always getting the following error message:
[quote]DataTables warning (table id = 'data-table'): Requested unknown parameter '1' from the data source for row 0[/quote]
This is how my empty table looks like:
[code]
SKU
SKU
Weight
Category
Raincover
Tors
Frame
Load
Trademark
Purpose
Text
Language
Published
Related
Sex
Title
Material
No records to display
[/code]
Firebug console log:
[quote]
TypeError: nCell is undefined
[Break On This Error]
nCell.className += ' '+oCol.sClass; (line 669 of jquery.dataTables.js)
[/quote]
Link to debug results http://debug.datatables.net/olihuc
Also I'm using the Data Tables Editable plugin, which fails to load for the empty table.
I have no errors when the table contains at least one row.
This discussion has been closed.
Replies
Allan