© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
BBB

Filament Table With default ?

Good evening,

First of all, thank you for this wonderful tool.

I have a question regarding the builder table. I would like to display the results as thumbnails (already coded) AND as a table (which is what I want to implement).

Currently, I'm returning data like this, from a livewire component:

return view('livewire.file-browsing')->with('files', $this->root->children()->with(['thumbnail'])->paginate()); 
return view('livewire.file-browsing')->with('files', $this->root->children()->with(['thumbnail'])->paginate()); 


This allows me to display the result in a thumbnail, as well as in a table (basic).

Nevertheless, I would like to change my table to a filament table. So I'm going to have to duplicate the sql query because obviously I can't pass an existing query to my filament table ?

Thanks in advance if you have any idea.
image.png
image.png
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

Filament Page with Table
FilamentFFilament / ❓┊help
2y ago
Filament: Change default table names for imports
FilamentFFilament / ❓┊help
3y ago
Filament Table
FilamentFFilament / ❓┊help
3y ago
Filament Table Widgets with action
FilamentFFilament / ❓┊help
9mo ago