Separate (Column Rendered) Columns on Excel Export

Separate (Column Rendered) Columns on Excel Export

patricknypatrickny Posts: 14Questions: 6Answers: 0
edited December 2020 in Free community support

I am currently combining two columns using the Column Rendering Feature
{ "render": function ( data, type, row ) { return data +'<br>'+ row[18]; }, "targets": 0 },

However, on the Excel Export, it is exporting the Rendered view. Is there a way on the Excel Export - to NOT display the Combined Rendered column?

buttons: [ { extend: 'excel', title:'', exportOptions: {columns: [ 0, 1, 2, 5 ],} }, 'print',]

Answers

This discussion has been closed.