© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
Gunnolfson

Table page without Eloquent Model

Hi, I read this page: https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
I try to implement a page where it lists some resources, but that are not Eloquent Models. It can be for example files for my backups in order to allow an admin to download it, records on external API etc.
I know there is the Sushi package that allows to create eloquent models not related to DB but I don't like it so much.
Is there a way to manually fetch rows and still use the abstraction of the table builder or do we have to manually write the blade file with
<x-filament-tables::table>
<x-filament-tables::table>
components?
Adding a table to a Livewire component - Table Builder - Filament
Solution
It's not possible in v3, but will be in v4. You need models for the current table .
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Use table with non-eloquent model
FilamentFFilament / ❓┊help
2y ago
Creating eloquent relationship model from table
FilamentFFilament / ❓┊help
3y ago
table without model
FilamentFFilament / ❓┊help
3y ago
Is it possible to make table on custom page without eloquent?
FilamentFFilament / ❓┊help
2y ago