I am using
responsive: {
details: {
renderer: $.fn.dataTable.Responsive.renderer.tableAll(),
display: $.fn.dataTable.Responsive.display.modal( {
header: function ( row ) {
var data = row.data();
return 'Details for Deal No: '+data.quoteID;
}
I can't seem to find the docs on how to add only selected fields.
Cheers
Steve Warby