On Creating Dynamic columns from server and respective data for those columns. But getting error

On Creating Dynamic columns from server and respective data for those columns. But getting error

devenchhillardevenchhillar Posts: 3Questions: 2Answers: 0
edited October 2022 in Free community support

Referred this link - http://live.datatables.net/qimukefe/1/edit

Error - invalid JSON primitive: draw at Deserialize Primitive Object()

Description - We have different reports - selecting a report name and submitting it - I am getting Data -column names and data

Code

var columnsss =[];
ObjData["Facility_ID"] = $('#Facility_ID').val();
ObjData["Report_Type_Name"] = $("#Report_Type option:selected").text();
ObjData["IsGetReport"] = true;

Answers

Sign In or Register to comment.