© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3mo ago•
5 replies
Soundmit

RepeatableEntry table wrong rendering

Infolist builder4️⃣v4
Trying to use RepeatableEntry in InfoList
->table([
                                    TableColumn::make(__('field')),
                                    TableColumn::make(__('condition')),
                                    TableColumn::make(__('value')),
                                ])
                                ->schema([
                                    TextEntry::make('field')
                                        ->hiddenLabel(),
                                    TextEntry::make('condition')
                                        ->hiddenLabel(),
                                    TextEntry::make('value')
                                        ->hiddenLabel(),
                                ])
->table([
                                    TableColumn::make(__('field')),
                                    TableColumn::make(__('condition')),
                                    TableColumn::make(__('value')),
                                ])
                                ->schema([
                                    TextEntry::make('field')
                                        ->hiddenLabel(),
                                    TextEntry::make('condition')
                                        ->hiddenLabel(),
                                    TextEntry::make('value')
                                        ->hiddenLabel(),
                                ])

i'm expecting 3 rows and 3 cols but look at the image
i have only one column
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

Compact Table style that resembles the RepeatableEntry Table
FilamentFFilament / ❓┊help
4mo ago
Modal infolist RepeatableEntry table is bugged?
FilamentFFilament / ❓┊help
2mo ago
RepeatableEntry
FilamentFFilament / ❓┊help
3y ago
Table rendering at pagination
FilamentFFilament / ❓┊help
2y ago