Multiple Table Widgets At the end of the dashboard page

I have 2 tables widgets at the end of the dashboard page and filters with actions at the start of the page. when clicking on the actions this error accur
Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization
Typed property Filament\Widgets\TableWidget::$table must not be accessed before initialization
After debug it I realize that when I scroll down and make sure that the tables are loaded the error will not accur since the tables is loaded. but if they are not loaded the error will happen. is there a way to explicitly says to load the tables? because right now they are loaded when they are in the viewport right? any other suggestion to solve it.
Solution:
Solved by disabling isLazy property
Jump to solution
1 Reply
Solution
Hasan Tahseen
Hasan Tahseen4mo ago
Solved by disabling isLazy property

Did you find this page helpful?