Sort invoices in descending order
This commit is contained in:
parent
3062ee4fec
commit
bb7f9c64d5
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ class InvoicesTable extends Component
|
|||
|
||||
public $status = [];
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->sort_asc = false;
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
$local_status = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue