© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
30 replies
Gregory RODRIGUES

Infolist columns doesn't works

when i use this inbside the resource :
    public static function infolist(Infolist $infolist): Infolist
    {
        return $infolist
            ->schema([
                        Infolists\Components\Section::make('1')
                            ->schema([
                                // ...
                            ]),
                        Infolists\Components\Section::make('2')
                            ->schema([
                                // ...
                            ]),
                        Infolists\Components\Section::make('3')
                            ->schema([
                                // ...
                            ]),
            ])
            ->columns(3);
    }
    public static function infolist(Infolist $infolist): Infolist
    {
        return $infolist
            ->schema([
                        Infolists\Components\Section::make('1')
                            ->schema([
                                // ...
                            ]),
                        Infolists\Components\Section::make('2')
                            ->schema([
                                // ...
                            ]),
                        Infolists\Components\Section::make('3')
                            ->schema([
                                // ...
                            ]),
            ])
            ->columns(3);
    }


it's not apply.
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

Infolist make join columns
FilamentFFilament / ❓┊help
3y ago
Infolist Action `->createAnother()` doesn't exist
FilamentFFilament / ❓┊help
2y ago
In infolist placeholder doesn't work?
FilamentFFilament / ❓┊help
3y ago
Infolist ImageEntry doesn't support `extraAttributes()`
FilamentFFilament / ❓┊help
3y ago