Unable to format a cell
Unable to format a cell
FD222
Posts: 4Questions: 1Answers: 0
How can i format my column 3 so it should show with price format?
var t = $('#advances').DataTable({
"order": [[ 1, "desc" ]],
"columnDefs": [
{
"targets": [ 5 ],
"visible": false,
},
{
"targets": [ 6 ],
"visible": false,
}
]
});
This discussion has been closed.