FilamentF
Filament16mo ago

Is there a way to use filament's table without passing any query, but only an array of data?

Hello, as the title says I just want to use filament table to display a set of data.
But also instead of providing the query I just need to pass an array or collection of data.

The current implementation of table doesn't fit to my use case since the sorting depends on a custom model attribute.

Infolist comes to my mind with my use case but the aesthetic of doesn't match, so it has to be a table.
I think when all else fails, I have to manually scour the filament table view components.
Was this page helpful?