Exporter - include relationships as extra rows
Using the Exporter for a table - am trying to inject additional rows for relationships that exist. This is for products with variation relationships.
Have looked through all available methods in vendor/filament/actions/src/Exports/Exporter.php but none seem to have possibility of appending extra rows unfortunately.
Will use a custom action and use maatwebsite/excel if not possible but worth seeing if anyone else managed to figure this out! Cheers
1 Reply
I also interested on this.
I ended up with the custom action, witch downloads excel generated by laravel-excel library using FromArray.