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
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
The API is full documented here with an overview here. To get a row's data you could use
row().data()
.Allan