rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 319 forks source link

[Bug]: Column sorting is not working #1689

Closed joukhar closed 2 months ago

joukhar commented 3 months ago

What happened?

Hi Mr rappasoft! I'm trying to sort integer columns with no hope

https://github.com/rappasoft/laravel-livewire-tables/assets/94228259/d0007c1b-3b0e-40b5-b567-7e5f50013284

How to reproduce the bug

No response

Package Version

latest

PHP Version

8.2.x

Laravel Version

v10.48.2

Alpine Version

latest

Theme

Tailwind 3.x

Notes

No response

Error Message

No response

lrljoe commented 2 months ago

Apologies, been on holiday.

Please can you share: 1) The code for your Table Component. 2) The column definition for your database table for the "rank" column 3) Any "casts" defined in the Model.

joukhar commented 2 months ago

so it works based on casts, thanks for info.