Kyslik / column-sortable

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

Stay on current page during sort by configuration #183

Closed Finleth closed 5 months ago

Finleth commented 3 years ago

This feature was discussed in https://github.com/Kyslik/column-sortable/issues/80 and it was mentioned this is open to a PR to provide the feature as a configuration.

Finleth commented 3 years ago

I had the logic reversed from the config name (keep_page = true was actually not staying on the page and vice versa) so I fixed that.