TableWidget::$table must not be accessed before initialization only on mobile
The
table
method of my TableWidget
is only called when changing a select page filter on desktop (Firefox), not in my mobile browser (Firefox) and results in the $table
property not being initialized in the table widget view. Any ideas?1 Reply
I have the Livewire update payload for both if that can help