Filament Exporter : How to custom the columns selection modal ?
Hello everyone, I'm trying to custom this magnificent modal from Filament exporter. But I struggle to make it work. Is it even possible ?
I'm trying to do something like this, using getOptionsFormComponents() and putting ->columnMapping(false) on my exporter
But it seems that ->columnMapping(false) completely overtake the column selection ? Because, with this method, I get a beautiful column selection but end up with a full export, meaning every columns are exported.
0 Replies