You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on report which in involves query with a lot of joins. I thought it would be easy to integrate the sushi with rappasoft/laravel-livewire-tables, but I couldn't.
sushi model gets populated using DB::query() ...
I have set that sushi model to protected $model property of my FeePaidTable extends DataTableComponent and have set all my columns also.
Then while visiting the view, I am getting the following error,
Call to a member function query() on null (View: /var/www/resources/views/livewire/fee-paid.blade.php)
Anybody knows how to use sushi with rappasoft/laravel-livewire-tables ?
Please help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was working on report which in involves query with a lot of joins. I thought it would be easy to integrate the sushi with rappasoft/laravel-livewire-tables, but I couldn't.
sushi model gets populated using DB::query() ...
I have set that sushi model to protected $model property of my FeePaidTable extends DataTableComponent and have set all my columns also.
Then while visiting the view, I am getting the following error,
Call to a member function query() on null (View: /var/www/resources/views/livewire/fee-paid.blade.php)
Anybody knows how to use sushi with rappasoft/laravel-livewire-tables ?
Please help
Beta Was this translation helpful? Give feedback.
All reactions