Is there a way to format this to make it Bold and currency where Total is a passed var?
{ data: null, defaultContent: + Total, orderable: false},
I can format it with php but I want to do it above in .js->
{ data: null, defaultContent: '<b><?php echo '$'.number_format($Total,2); ?><b>', orderable: false },