patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more

Home Page:https://www.kunkalabs.com/mixitup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset the tabindex on pagination change

alex-kodr opened this issue · comments

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?