Change the default maxContentWidth from the panel provider for a specific page
In the documentation there is a way to set the ->maxContentWidth in the panel provider
There is one list page where I want a 'full' width due to the nature of data displayed.
So I want the ->maxContentWidth('full) for that page, but for the rest I am okay with the filament default ->maxContentWidth('6xl')
What is the best approach to achieving this ?
There is one list page where I want a 'full' width due to the nature of data displayed.
So I want the ->maxContentWidth('full) for that page, but for the rest I am okay with the filament default ->maxContentWidth('6xl')
What is the best approach to achieving this ?