Get All row value of specfic columns on datatable

37 Views Asked by At

I facing issue how we can get a all row value of specific columns from datatable in a single variable using ajax

I am trying various method to get different row data some thing like this :

var table = $('#gradefourpersondata').DataTable();
            var Uid = table.row(0).data();
0

There are 0 best solutions below