livewire-datatables icon indicating copy to clipboard operation
livewire-datatables copied to clipboard

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

Open daniftinca opened this issue 1 year ago • 5 comments

(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

daniftinca avatar Aug 02 '23 09:08 daniftinca

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.

Zawardo1000 avatar Aug 03 '23 05:08 Zawardo1000

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

I also can confirm that your Fix is working.

Nowocyn avatar Sep 01 '23 11:09 Nowocyn

so is this working with Laravel 10 then?

webdesign7 avatar Sep 19 '23 12:09 webdesign7

Any update when will that be merged?

code23-barna avatar Oct 23 '23 12:10 code23-barna

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

this issue can be closed.

Nowocyn avatar Oct 27 '23 07:10 Nowocyn