TypeError: oSettings is null

TypeError: oSettings is null

sporke13sporke13 Posts: 2Questions: 0Answers: 0
edited January 2013 in DataTables 1.9
anytime i try to add data using fnAddData i get the TypeError: oSettings is null the line the error is thrown on is oSettings.aoData.splice( 0, oSettings.aoData.length ); in the jquery.datatables.js . here is the code - the oSetting error is thrown in the _fnClearTable so i dont even get to pass the data in

medListTable.tblMedList.fnClearTable();
medListTable.tblMedList.fnAddData(medListTable.data); //the data part of your json message
medListTable.tblMedList.fnDraw();

Replies

This discussion has been closed.