Resource Table Customization
i wanna get rid of the header and footer of the table, keeping only the row
Solution:Jump to solution
- Remove BulkActions to hide the header
- Disable pagination to hide the footer...
8 Replies
Solution
- Remove BulkActions to hide the header
- Disable pagination to hide the footer
Alternatively if u want to hide them whilst still retaining the functionality (BulkActions & Pagination) just use CSS to hide them
i think i did that, but it still shows
here is my code
->bulkActions([])
THANK YOU
Where is the disable pagination part?
Here's how to do it in v2, I'm not sure if the same is applicable to v3.
https://filamentphp.com/docs/2.x/tables/getting-started#pagination
Got it, cheers π