expandableLimitedList SPA BUG?

I ran into this recently after enabling spa() on my PanelProvider. Clicking the "Show [#] More" link will trigger a through navigation after flashing the expanded list. Video example is from the Filament demo repo, Posts Resource table on 3.2.107.

My quick and dirty fix was to add "->url('javascript:void(0);')" to the Column config.
Was this page helpful?