Accessing page table data in the widget

I have a page with implements HasTable and I need the widget to be related to the table data. I have tried this option in the Panel Builder, but it doesn't work for me: https://filamentphp.com/docs/3.x/panels/resources/widgets#accessing-page-table-data-in-the-widget It gives me this error: Property [$activeTab] not found on component: [app.filament.pages.report] In the view I only have this
<x-filament-panels::page>
{{ $this->table }}
</x-filament-panels::page>
<x-filament-panels::page>
{{ $this->table }}
</x-filament-panels::page>
3 Replies
dyo
dyo5mo ago
Did the problem solved? I got the same issue..
H.Bilbao
H.BilbaoOP5mo ago
Yes, removing the HasWidgetShield trait from the widget assigned to the page
dyo
dyo5mo ago
hmm.. I already don't have that in my widget class..
Want results from more Discord servers?
Add your server