MedicOneSystems / livewire-datatables

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

Postgres error with callback. #393

Open peeshypow opened 2 years ago

peeshypow commented 2 years ago

I have read two other people with same problem and no fix yet. Is there a fix to this? I tried changing that one line that the person suggested and that did not fix the problem.

This was the suggestion and it did not make any difference for me...

https://github.com/BootVentures/livewire-datatables/commit/b4f385dae743e719639f6424825eb3c08a3dbae0

The code I am using to test it is EXACTLY what is posted in the Advanced github example. Just changed the column names. Callback works fine with just 1 column but not two.

Can I get some help here please this is the error...

Syntax error: 7 ERROR: syntax error at or near "`"

egyangel commented 6 months ago

same here, did you find any solution ? Thanks