Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to set the Dashboard columns to 3 using custom widgets - Filament
F
Filament
•
3y ago
•
13 replies
AngryTestie
How to set the Dashboard columns to 3 using custom widgets
How can I make this 3 columns
?
<
?php
namespace App
\Filament
\Pages
;
use Filament
\Pages
\Dashboard as BasePage
;
class Dashboard extends BasePage
{
protected function getColumns
(
)
: int
| array
{
return 3
;
}
}
?
>
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Remove Custom Widgets from Dashboard
F
Filament / ❓┊help
3y ago
Dashboard widgets
F
Filament / ❓┊help
12mo ago
How to organise/sort the widgets in Dashboard?
F
Filament / ❓┊help
2y ago
how we set table Widgets permission using shield
F
Filament / ❓┊help
3y ago