Creating Exporter with custom data
I need to create an Export button as a header action of an EditTeam Resource page. The export is not going to be an Eloquent query result, but instead an array of data fed from an API response. I am hoping to reuse Filaments Exporter functionality but instead of doing an eloquent query, just passing it an array of data for the query. I can't see any way in the docs to do this. Does anyone know if this is possible and if so how?
Thanks!
Thanks!