We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 529fe76 + 5d648ee commit 2cedad7Copy full SHA for 2cedad7
src/Http/Livewire/LivewireDatatable.php
@@ -618,8 +618,8 @@ public function initialiseSort()
618
return in_array($column['type'], Column::UNSORTABLE_TYPES) || $column['hidden'];
619
})->keys()->first();
620
621
- $this->getSessionStoredSort();
622
$this->direction = $this->defaultSort() && $this->defaultSort()['direction'] === 'asc';
+ $this->getSessionStoredSort();
623
}
624
625
public function initialiseHiddenColumns()
0 commit comments