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?
1 Reply
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