Joshua Wallace on 09 Sep 2021 13:55:50
Need javascript option to run the backend functions for these buttons.
Sample:
// Export to PDF the displayed report
try {
await report.exportPdf();
console.log("Export PDF");
}
catch (errors) {
console.log(errors);
}