Kyslik / column-sortable

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

@sortablelink Appending Hash Fragments #201

Open VorkenNet opened 2 years ago

VorkenNet commented 2 years ago

Hi Folks, I'm an old man newby, so thank you in advance for all the help!

there is any way to append at the @sortablelink any kind of anchor

http://127.0.0.1:8000/items?sort=item_name&direction=asc#myItemListAnchor

my "table" is in the middle of the page, so ordering will push theuser again on top without any anchor...

I find something standard working for pagination on laravel_doc9.x.

https://laravel.com/docs/9.x/pagination#appending-hash-fragments

there is any similar "trik" for @sortablelink?

Tnx