Static Table Data Sources #14099
flavio-schoute
started this conversation in
General
Replies: 2 comments 2 replies
-
Probably available on V4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
just use sushi: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was reading this article on the filament php website.
Until I saw this:
Currently, Filament's tables require Eloquent to populate data. Not everything worth putting in a table is retrievable with Eloquent, though! In 2024, we want to do some work on Filament's tables to allow them to populate data from an array or from a function returning an array. This would dramatically increase the usefulness of Filament tables across all parts of an application, not just those parts that involve models in a database.
My question is what is expected date for this future or when does V4 come out?
Beta Was this translation helpful? Give feedback.
All reactions