how to make tables compact
could we possibly make the tables a bit more compact? The row heights are quite large for just basic text, and it’s kind of limiting how many rows I can see on my desktop screen, I don't want all tables to be compact in case you thinking of applying global css values, but only some of them
Solution:Jump to solution
You’d still do it through css with a custom theme and to target specific tables each list resource has classes higher up the tree that can be used to target the table only on specific listing pages.
3 Replies
Solution
You’d still do it through css with a custom theme and to target specific tables each list resource has classes higher up the tree that can be used to target the table only on specific listing pages.
Could also add row classes to target them with css. https://filamentphp.com/docs/3.x/tables/advanced#custom-row-classes
yeah i think for now that's the only way, I hope in v4 we'll get the option for compact tables 🤞