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
It seems that if i have a BelongsToMany relation, what i get is the data of the model of the query
How to reproduce the bug
No response
Package Version
^3.5
PHP Version
8.3
None
Laravel Version
v11.12.0 No response
Alpine Version
No response
Theme
None
Notes
No response
Error Message
Rappasoft\LaravelLivewireTables\Views\Column::setTable(): Argument #1 ($table) must be of type string, null given, called in /var/www/html/portal/vendor/rappasoft/laravel-livewire-tables/src/Traits/Helpers/ColumnHelpers.php on line 43
The text was updated successfully, but these errors were encountered:
What happened?
It seems that the relation of type BelongsToMany is not supported in the builder method:
public function builder(): Builder
In fact, debugging the code i can see in Rappasoft\LaravelLivewireTables\Traits\WithData
It seems that if i have a BelongsToMany relation, what i get is the data of the model of the query
How to reproduce the bug
No response
Package Version
^3.5
PHP Version
8.3
None
Laravel Version
v11.12.0
No response
Alpine Version
No response
Theme
None
Notes
No response
Error Message
Rappasoft\LaravelLivewireTables\Views\Column::setTable(): Argument #1 ($table) must be of type string, null given, called in /var/www/html/portal/vendor/rappasoft/laravel-livewire-tables/src/Traits/Helpers/ColumnHelpers.php on line 43
The text was updated successfully, but these errors were encountered: