How to sort resource table into latest()?
I'm trying to set the default of data of my resource table to be latest or orderByDesc but its not working
am I missing something?
am I missing something?
->defaultSort()protected function getTableQuery(): Builder
{
return Activity::query()->latest();
}