Table tabs with custom content does not load content on first tab click

What I am trying to do: Showing courses with custom content & tabs. When clicking on a button I expect different courses to show. My issue/the error: When I click on a tab, the URL changes but the content does not change. When I press the same tab again or refresh the page, the content does change. Code: https://github.com/filamentphp/filament/issues/18448
5 Replies
Merdin
MerdinOP2w ago
I think I saw a similar issue a couple months ago but then with relation managers. I really need help here. This is causing very bad UX to my users, they have to press the tabs 10x times or refresh the page to see the content.
flashman
flashman2w ago
I have this problem also
Merdin
MerdinOP2w ago
I created a bug issue: https://github.com/filamentphp/filament/issues/18448 Please upvote the git issue @flashman
Dennis Koch
Dennis Koch2w ago
I think the Table tabs are just limited in that way. Dan once explained the reason to me. I forgot it though. You could fix it, by moving stuff in separate Livewire components with a table each.
Merdin
MerdinOP2w ago
What do you mean by "with a table each"?

Did you find this page helpful?