MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

In Laravel 10, the Expression::getValue() function has a required parameter of type Grammar. #584

Open daniftinca opened 11 months ago

daniftinca commented 11 months ago

(am using the dev version) This is used in the LivewireDatatables.php file at line 417. I fixed it for me locally by overriding the function and adding this parameter: image

Zawardo1000 commented 11 months ago

this fixes my issue n. #581 thankyou. Another issue is the row before this, at least with MS sql i have to use '\'' as separator.

Nowocyn commented 10 months ago

I opened #591 to fix this. I hope it will be merged soon.

I also can confirm that your Fix is working.

webdesign7 commented 9 months ago

so is this working with Laravel 10 then?

code23-barna commented 8 months ago

Any update when will that be merged?

Nowocyn commented 8 months ago

It got merged 3 days ago with a tag for composer.

this issue can be closed.