Using AJAX Serverside - how to ignore first column?

Using AJAX Serverside - how to ignore first column?

iExchangeiExchange 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

Answers

  • ignignoktignignokt Posts: 146Questions: 4Answers: 39
    Answer ✓

    When you define your columns you could add {sTitle:"Empty",data:null,defaultContent:""} to them as seen here

This discussion has been closed.