How to export Auto generated row by row group in datatable.js

How to export Auto generated row by row group in datatable.js

rushidrautrushidraut Posts: 3Questions: 1Answers: 0

I am using excel,pdf and print button of datatable for export. my datatable contain grouped rows which is generated dynamically. I grouped Rows on the basis of column value such as by date.but while exporting the datatable, the grouped row is not printed or exported. I want grouped row also in print or export,so I referred following link https://datatables.net/forums/discussion/42916/row-grouping-with-printing#latest

This discussion has been closed.