Hi,
Is there any method, or custom code to make a bulk export of a datagrid ?
I've seen that we have the example in the M3 H5 script documentation :
const controller = this.controller;
controller.ExportToExcel();
But using this method, we still have the pop-up modal. What I want is to have a button that downloads directly all the lines from the grid.
Have you made this before ? Is this even possible ?
Thank you
Regards