I am trying to export my SAP UI5 table data to csv file using following function,
table_export = oTable.exportData();
table_export.saveFile('MY');
also tried,
oTable.exportData().saveFile('MY');
But I am getting the following error
Uncaught TypeError: Cannot read property 'indexof' of undefined
Someone could help me with the error
BR- Sathish