I do like this :
function exportTable()
{
render_queryall.queryState.exportData("csv"); }
and export the file is "cda-export.csv".I wan to rename the file on exporting.How?
function exportTable()
{
render_queryall.queryState.exportData("csv"); }
and export the file is "cda-export.csv".I wan to rename the file on exporting.How?