Sort
TextColumn::make('date')->sortable()
How to give sortable default as Descending...4 Replies
Filament
Listing records - Resources - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
okay
->defaultSort('receipt_date', 'desc')
is this correct ...Yes
But that would need to be on the Table not the column
oky thanq..