Using AJAX Serverside - how to ignore first column?
Using AJAX Serverside - how to ignore first column?
iExchange
Posts: 1Questions: 1Answers: 0
Im using the AJAX serverside method to populate a datatable. Is it possible to have it to ignore every first column on each row when populating the datatable? (i.e. leaving first column blank and start putting data on the second column).
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
When you define your columns you could add
{sTitle:"Empty",data:null,defaultContent:""}
to them as seen here