leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

default sort #87

Open alexeydg opened 5 years ago

alexeydg commented 5 years ago

How to set the default sorting?

leantony commented 5 years ago

Default - do you mean in terms of ascending or descending? The sort mode toggles between the two when you click on a row

alexeydg commented 5 years ago

I want the default sorting to be for example by id desc or name ASC, how can i set the defalut sorting?