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();