How to preserve scroll only for certain links?

The docs only mentions scroll preservation on a page level:

I have a huge table with filtering buttons, and when I click on filtering buttons, I want the scroll to be preserved.

If a user clicks on a page navigation link, then the scroll should be reset, etc.

IMO there should be a mechanism to preserve scroll selectively at the link level, e.g. <a data-turbo-refresh-scroll="preserve"></a>