Kyslik / column-sortable

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

Issue same as #77 #98

Open laravel1112 opened 6 years ago

laravel1112 commented 6 years ago

I have the same problem with @veganista , only want to use multi-sort on initial-loading. It would be nice if the package supports multi-sort in this way ->sortable( ['users_24h' => 'desc', 'created_at' => 'asc'] )

Kyslik commented 6 years ago

I have no time for creating new features for now, but feel free to PR, I will gladly review and merge.