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

Bug addSort #609

Open inZaneX opened 7 months ago

inZaneX commented 7 months ago

https://github.com/MedicOneSystems/livewire-datatables/blob/cfb4d800e39df96202564fe947e6046e6b8c52c1/src/Http/Livewire/LivewireDatatable.php#L1607C54-L1607C56

it should look like this:

$this->query->orderBy(DB::raw('FIELD('.$this->query->from.'.id,' . implode(',', $this->pinnedRecords) . ')'), 'DESC');

Otherwise it could stop working if you use more relations