It's possible to create a table component with info that is not saved in BBDD?
The filament table, requires an Eloquent Query to print info in the table. It's possible to get that info from array? I want to list objects form aws S3 server without saving it on the bbdd. Is that possible?