Hi guys i\'m using server side processing to read the database table and convert the records into Json file, and pass it to the database table to display data.
"columnDefs": [
{
// The `data` parameter refers to the data for the cell (defined by the
// `data` option, which defaults to the column being worked with, in
// this case `data: 0`.
"render": function ( data, type, row ) {
return '';
},
"targets": 1 // column index
}
]