Skip to content
Discussion options

You must be logged in to vote

Alright I think I found it. Sorry but IMHO the Filament Documentations are .. not good.

So to create this:

I had to do a combination of:

  1. On the Page
    public function getHeaderWidgetsColumns(): int
    {
        return 12;
    }
  1. In every Widget
    protected int | string | array $columnSpan = '6';
    protected function getColumns(): int
    {
        return 6;
    }

I am documenting this here for future Genrations ;)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@badrshs
Comment options

Answer selected by simonjenny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants