Embedded form in a cell crashes on IE9
Embedded form in a cell crashes on IE9
When I have an embedded inside a cell then IE9 complains as follows:
Datatables warning (table id = "results_table"): Requested unknown parameter '3' from the data source for row 0
The form contains an but even if I have an empty I still get the IE9 error.
When I remove the embedded forms and replace with simple text values then IE9 does not complain.
Let me know if more information is needed.
Datatables warning (table id = "results_table"): Requested unknown parameter '3' from the data source for row 0
The form contains an but even if I have an empty I still get the IE9 error.
When I remove the embedded forms and replace with simple text values then IE9 does not complain.
Let me know if more information is needed.
This discussion has been closed.
Replies
Instead, I was getting the datatable html via an ajax call and it wasn't visible yet but I was already applying dataTable functionality to it.
So regard this issue as solved.
Thanks.
Allan