i want to access data columns a row in datatable
The API is full documented here with an overview here. To get a row's data you could use row().data().
row().data()
Allan
Answers
The API is full documented here with an overview here. To get a row's data you could use
row().data().Allan