How can I add an conformation to an exportToExcel Button in a datagrid?

0
In mendi 7 there is no onclick property for this button. So I can't find a placa to bind a microflow.
asked
1 answers
0

If you are using out of the box ‘Export to excel’ button then it is not possible to add a confirmation. In order to do that you need to add an action button and create a custom microflow to export your data. 

You need to use the XLSReport module for creating custom exports.

answered