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
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.
I have this problem also
I created a bug issue:
https://github.com/filamentphp/filament/issues/18448
Please upvote the git issue @flashman
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.
What do you mean by "with a table each"?