IE issue with checkbox
IE issue with checkbox
Hi,
I am experiencing a strange issue.
I have a table on which data is rendered through Ajax call..
It is having first column as checkbox.
The table gets populated and load perfectly on Firefox and Chrome.
It gives Warning:
DataTable warning: table id=tickets-list- Requested unknown parameter 'id' for row 0 , column 1
After clicking on "ok" , table is loaded with null for all the cells. Also the number of rows are much more than the actual data.
20-30 pages are created.
I have similar implementation in other places, which works fine in IE as well, but those table does not have checkbox in "0th" column.
Please suggest a possible solution
Answers
Hi @shrutimishra ,
That error normally happens when the data doesn't match what's expected - so either the wrong names or the wrong columns counts, so the first step is to check it does all match. If that doesn't get you anywhere, we're happy to take a look if you can link to the page or product a fiddle that shows the problem,
Cheers,
Colin
Hi Colin,
I double checked the column numbers and name. There is no difference in it. Also I printed the json which I pass as data, it does have all value.
The data is totally dynamic and its not on Prod so unable to provide link to the page
Hi @shrutimishra ,
If you're unable to replicate it for us to look at, could you run the debugger - that may give us some clues.
Cheers,
Colin