Brayan

Results 4 comments of Brayan

# TL; DR (PHP 7.4) Downgrading to v0.9.1 solves the problem. composer require mediconesystems/livewire-datatables:0.9.1 ## Explanation In v0.9.2 was introduced the following line https://github.com/MedicOneSystems/livewire-datatables/blob/0b1068ce45f942d4b84f80610efbe69f03386523/src/Column.php#L118 But union types syntax has been...

That solves the issue, thank you so much!

[reedware/laravel-relation-joins](https://github.com/tylernathanreed/laravel-relation-joins) has [Laravel 10.x Support](https://github.com/tylernathanreed/laravel-relation-joins/releases/tag/v4.0.0) since April 4, this was added in #568

I suggest to sync the validation message of the `select` element with the choicesjs input, which is the only visible element. ```html select something A B ``` ```js const element...