FilamentF
Filament3y ago
Homd

Sortable() and getStateUsing

I created a custom text column to display a calculated value (display user scores). The database itself actually doesn't have this column.

All things work perfectly except when I try to make it sortable, which return "Column Score not Found".

Is there anyway for me to sort it based on current state rather than database value?
Was this page helpful?