Question: why does the Table go under the $table->contentFooter().
I have been testing on how I can make an footer with an action button under my table, but the table goes under the footer (when i use $table->contentFooter()). I also have tested it on an clean new project and it does the same. what is the method/way to fix this?
6 Replies
Got the same, I overwrite css class to add flex, column, and order to table and my div. The lazy way 🫣
For futur reading, you have to put your view between <tr></tr>
thanks @jelmerkeij
Just encountered this issue today. any fix yet?
what element did you target. mind sharing?
Filament file :
View file :
OR
Don't put div or anything
sorry but i really do not get what you sent
the view is a blade file which should open with a <tr></tr>
oh i got it working. Thanks