DataTable migration issue

DataTable migration issue

rambabueadararambabueadara Posts: 1Questions: 0Answers: 0

we are migrating Datatable version from v1.9.4 to latest version. We are getting below error. Please help.

DataTables warning: table id=DataTables_Table_0 - Requested unknown parameter 'IsSelected' for row 0, column 0. For more information about this error, please see http://datatables.net/tn/4

Replies

  • kthorngrenkthorngren Posts: 21,336Questions: 26Answers: 4,951

    The place to start is with the troubleshooting steps provided at the link in the error:
    http://datatables.net/tn/4

    Basically the error is due to differences between the JSON response data structure and what is defined in Datatables.

    If you still need help then start by posting your Datatables initialization code and use the browsers network inspector to post the JSON response. Better is a link to your page or test case replicating the issue. Maybe use the debugger top provide the developer information about your Datatables environment and the JSON response. See the how to ask for help technote for details.

    Kevin

Sign In or Register to comment.