Execute function at the end of the export

Hello

Is there a way to run a function after the export is complete?

For example:

function exportToExcel = function(callback=null){
grid.export.xlsx(url:URL,callback:callback);
}

Thanks

Currently there is no possibility to control the process of the export finishing.
I’ve sent your request to the dev team and it will be observed, so the probable solution may appear in one of the future updates.
I’ll inform you about any possible progress on this issue.