How do I map JSON string from ServerSide response to columns in datatable

How do I map JSON string from ServerSide response to columns in datatable

spssg2003spssg2003 Posts: 4Questions: 3Answers: 1

I have a .NET generic handler that returns the following string:
{"draw":1,"recordsTotal":1,"recordsFiltered":1,"data":[["60","60","60","60","This is a test task description","Communication Director Communication","7/10/2016","Last, First Name","SCHEDULED","ntid"]]}

I cannot find the proper options in the online documentation to map the ordinal data to the columns in the datatable. Is columnDefs the proper setting to use?

This discussion has been closed.