Страницы · Laravilt
Sorting
Make columns sortable and set the default sort.
php
Default sort
Without configuration, tables sort by id descending.
php
API reference
| Method | Description |
|---|---|
Column::sortable() | Allow sorting by this column |
Table::defaultSort($column, $direction = 'asc') | Initial sort column and direction |