Can I change the ViewRecord grid layout for more columns?
We're building a system where we can manage servers.
The server resource has a lot of sub resources and the first page, the 'ViewServer' page should almost look like a dashboard.
It would give the user an overview/summary of all the sub resources. The feedback we got from our users is that they would like a higher information density.
Is it possible to change the layout and have 3 or 4 columns? Currently we're using a 'ViewRecord' page and the 'getHeaderWidgets' method, and we can't find a way to change the layout or columns.
Solution:Jump to solution
You can either provide a custom $view to the ViewRecord page or use a whole custom page to accomplish whatever you want.
2 Replies
Solution
You can either provide a custom $view to the ViewRecord page or use a whole custom page to accomplish whatever you want.
See here for custom pages. https://filamentphp.com/docs/3.x/panels/resources/custom-pages