How to fully disable export action modal?
I have this export header action on my table:
Where I have set
How can we disable this modal entirely? I would like to just click the action, and start the export.
Where I have set
columnMapping(false). But I still get the modal shown in the first screenshot. And when I add ->requiresConfirmation(false), I get the same confirmation modal, just slightly bigger, as shown in the second screenshot.How can we disable this modal entirely? I would like to just click the action, and start the export.

