Kyslik / column-sortable

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

How to go back to default sorting? #215

Open nekooee opened 1 year ago

nekooee commented 1 year ago

I have sorted my table by created_at as default. But I don't show the created_at in the table because it is not needed. But the user has no way to return to the default mode after clicking on the title of a column and sorting based on it! I think it should have three modes. Ascending, descending and default sorting.