Add specific fields to the madal window

Add specific fields to the madal window

classic12classic12 Posts: 228Questions: 60Answers: 4

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

Answers

This discussion has been closed.