how to make the list page take up the full with
Hi
How can I get the the ListPage of a resource take up the full with ?
5 Replies
Add
->maxContentWidth('full');
to your panel 🙂sorry, I was not clear.
I have not created a panel, I have upgraded from v2 to v3
You can add the page width on the list page. Can’t remember the exact static property but it is available.
when upgrading from V2, the app/Providers/Filament/AppPanelProvider.php is not created, but instead app/Providers/Filament/AdminPanelProvider.
It took me some time to figure that out.
So you are sorted now?