© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
3 replies
Selva

How to display two different widgets in dashboard page side by side?

 class JobsCountChart extends Widget
{
    protected static ?int $sort = 1;

    // Rest of your widget code...
}

class AnotherWidget extends Widget
{
    protected static ?int $sort = 2;

    // Rest of your widget code...
}
 class JobsCountChart extends Widget
{
    protected static ?int $sort = 1;

    // Rest of your widget code...
}

class AnotherWidget extends Widget
{
    protected static ?int $sort = 2;

    // Rest of your widget code...
}
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

different widgets on different dashboard
FilamentFFilament / ❓┊help
2y ago
How to add widgets to default dashboard page.
FilamentFFilament / ❓┊help
3y ago
how re order widgets in dashboard
FilamentFFilament / ❓┊help
3y ago
Dashboard widgets
FilamentFFilament / ❓┊help
12mo ago