Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

sort null last #124

Closed keita1p closed 5 years ago

keita1p commented 5 years ago

Bring null to the last page. I tried the filter method, but it disappears and I can't use it. Is it considered to bring null at the end with this library? <a href="{{ route('number.name', [ 'sort' => 'number IS NULL', 'direction' => 'asc' ])) }}">sort</a>