© 2026 Hedgehog Software, LLC

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

Nested records in a table

I want to implement the display of nested records ( nesting hierarchy ) in a table.

The nesting itself will be displayed simply: in the name of each nested (child) element there will be a prefix: "  --  "

So far I see only one way to do it:
1) override the getTableQuery method in ListRecords so that the query returns records in the correct order, taking into account nesting
2) Implement in getStateUsing for TextColumn the logic of displaying prefixes of the form: "  --  " to display nesting levels

Maybe there is something ready for this?
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

Grouping records in a table
FilamentFFilament / ❓┊help
2y ago
Records count in table header
FilamentFFilament / ❓┊help
2y ago
Get table records
FilamentFFilament / ❓┊help
14mo ago
Grouping rows from custom records in a table
FilamentFFilament / ❓┊help
6mo ago