How to access each row value in datatable when using ajax

How to access each row value in datatable when using ajax

Prasenjit29Prasenjit29 Posts: 1Questions: 1Answers: 0

MyDatatable
Row1val1 | Row1val2 | Row1val3 | Row1Total
Row2val1 | Row2val2 | Row2val3 | Row2Total
Row3val1 | Row3val2 | Row3val3 | Row3Total
Row4val1 | Row4val2 | Row4val3 | Row4Total
....
| SUM(RowTotals)
I want rowtatal using Ajax...how to get it???

This discussion has been closed.