Hello there,
i'm trying to sort date column. field name is "since"
So, i did the following in Resource.
but it is not showing properly. tried with 'asc' but didn't work
protected function getTableQuery(): Builder
{
return parent::getTableQuery()->orderBy('since', 'desc')->whereStatus(false);
}