filament/filament
v3.2.135
v11.41.0
v.3.5.12
8.2.9
I have specified 3 columns in the function getColumns() but my widgets still showing in a 2 columns layout
The function getColumns() in a custom dashboard does not work if my widgets are not discovered
I'm using this line in my widget class to prevent the widgets from showing on other dashboards
protected static bool $isDiscovered = false;
Apparently when i remove this line from the widgets the function getColumns() starts working as expected
Expect the dashboard to have 3 columns instead of 2
Clone the repo
Migrate the database php artisan migrate
Create a filament user php artisan make:filament-user
Login to the dashboard
You will see that the widgets are showing in a 2 columns layout even when i specify 3 columns in the function getColumns() in my custom dashboard class App\Filament\Pages\Dashboard
https://github.com/tabatii/filament-dashboard-columns-bug
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too