© 2026 Hedgehog Software, LLC

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

Dashboard responsive columns not working as I expected

This is my custom dashboard code

class UserDashboard extends Dashboard
{

    public function getColumns(): int|string|array
    {
        return [
            'xl' => 2,
            'md' => 2,
            'sm' => 1,
        ];
    }

}
class UserDashboard extends Dashboard
{

    public function getColumns(): int|string|array
    {
        return [
            'xl' => 2,
            'md' => 2,
            'sm' => 1,
        ];
    }

}


It seems that the
sm
sm
breakpoints not working? or you guys have any clue?, The
md
md
and
xl
xl
just working as I expected, and I'm not customizing my chart's columnspan
Screenshot_from_2024-06-09_16-00-02.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

Columns\TextInputColumn->type('date') not working as expected
FilamentFFilament / ❓┊help
12mo ago
Grid Columns not responsive
FilamentFFilament / ❓┊help
4mo ago
Notifications Markup not working as expected?
FilamentFFilament / ❓┊help
2y ago
TextColumn action not working as expected
FilamentFFilament / ❓┊help
2y ago