Table (or Table lookalike) with an Eloquent collection
Since I'm using Filament tables in other places in my project, for style consistency I'd like to be able to have Filament tables that simply display data from an already queried Eloquent collection without having to hit the DB again. Is this possible without having to implement Sushi or some other third party package?
Solution
Ok, as sometimes happens when I finally put a question in writing, I figured out a better way to do things. I'm gonna mark this as solved.