You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
table footer does not appear in its proper places and instead renders at the top outside of table content. this problem is only fixed when i use Split layout component
without split layout
with split layout
Expected behavior
footer should render at the bottom of the content above navigation, just like Summaries appear and i should not need to use split layout to fix it
Steps to reproduce
download repository URL, it is normal laravel project with nothing fancy so basic setup of database and key generation will be required nothing more, after that create a user and log in. users table renders footer which appears at the top but posts table renders footer which appears properly at the bottom because posts uses split layout while users does not
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
v3.2
Laravel Version
v11.31
Livewire Version
3.4
PHP Version
8.3
Problem description
table footer does not appear in its proper places and instead renders at the top outside of table content. this problem is only fixed when i use Split layout component
without split layout
with split layout
Expected behavior
footer should render at the bottom of the content above navigation, just like Summaries appear and i should not need to use split layout to fix it
Steps to reproduce
download repository URL, it is normal laravel project with nothing fancy so basic setup of database and key generation will be required nothing more, after that create a user and log in. users table renders footer which appears at the top but posts table renders footer which appears properly at the bottom because posts uses split layout while users does not
Reproduction repository (issue will be closed if this is not valid)
https://github.com/GigaGiorgadze/table-footer-filament-issue
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: