on 2023 Oct 18 6:30 PM
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
User | Count |
---|---|
61 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.