Trying to populate data from the table to widget

Hello,

I have a livewire component with a filamentphp table (not a dashboard).

I also have a stats widget at the header.

I am trying to populate the widget from the table's data (using table filters)

This example seems that works only under list page.

Are there any workaround that I can make this works under livewire component that includes the table and widget?
Was this page helpful?