cancel
Showing results for 
Search instead for 
Did you mean: 

Use Export Feature not working in SAP Smart Table-Tree Table in Fiori

Jayakrishnan
Active Participant
0 Kudos
162

Hi Everyone,

I am working on Free style application with Smart Table with table type as Tree Table. I am able to view the Data in the Tree Structure (Hierarchical Order). When I enabled useExportToExcel property true in my view.xml, and tried the feature it does not export the Table Data. I am bale to see only the column names.even the showRowCount Propert also not working, i have added the belo code in the controler.

//code starts

onBeforeExport:function(oEvent)

{

var mSettings = oEvent.getParameter('exportSettings');

mSettings.dataSource.count = 2;

}

//code ends

just tried with 2 data but not working. I am able to view the empty Excel file with column names.

Please help me to resolve this issue.

Thank you,

Regards,

Jayakrishnan

Accepted Solutions (0)

Answers (0)