What’s the easiest way to create link without sorting attribute in it?
I mean, given something like this
/some/path/to/action?param1=value1¶m2=value2&sort=attr
create a link to this
/some/path/to/action?param1=value1¶m2=value2
in a view.