Grid view loses headers
https://filamentphp.com/docs/3.x/tables/layout#arranging-records-into-a-grid
When i use the grid layout, then the table loses the headers.
In my case, I need to show to the user the field names of the values that are being shown in each record in the grid
for example:
table mode:
in grid mode:
in this grid mode, the user has to remember which field name is which one, otherwise they see only numbers
so id like to achieve something like this:
should i use an infolist for that somehow? what should i do?
When i use the grid layout, then the table loses the headers.
In my case, I need to show to the user the field names of the values that are being shown in each record in the grid
for example:
table mode:
in grid mode:
in this grid mode, the user has to remember which field name is which one, otherwise they see only numbers
so id like to achieve something like this:
should i use an infolist for that somehow? what should i do?