Arranging records into a grid does not work
I just tried to arrange my table content into a grid as described here: https://filamentphp.com/docs/3.x/tables/layout#arranging-records-into-a-grid. But it does not work (content is still in the table form). Am I missing something or is the functionality not yet implemented in v3?
Here is my code:
6 Replies
Try add Split::make([]) to wrap around columns
stack
Did you get this to work?
Yes you need Split or Stack, otherwise it will not arrange it as cards properly.