Can I sort table on non-column data
I know tables sort at the SQL level. That's why sorting like this does not work out of the box in Filament:
What I am doing above is presenting the oldest date (in days) to the user via that little internal query there.
Does anybody have any idea on how to sort based on some information that is not stored in the table? I'm out of ideas.
What I am doing above is presenting the oldest date (in days) to the user via that little internal query there.
Does anybody have any idea on how to sort based on some information that is not stored in the table? I'm out of ideas.