patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 736 forks source link

Reset the tabindex on pagination change #614

Open alex-kodr opened 1 year ago

alex-kodr commented 1 year ago

Is it possible to reset the tab indexing after jumping to a different page using the pagination? I'm guessing I need to write a function to reset focus and tie it into the callback mixer.paginate('next'). Does that sound about right?