FilamentF
Filament15mo ago
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...
}
image.png
Was this page helpful?