Is it possible to add 'data-turbo-action' to the paginate helper?
Author: viktorsmariCreated Apr 22, 2022Updated Jun 2, 2025
In the pagy gem, this is possible:
<%== pagy_nav(@pagy, link_extra: 'data-turbo-action="advance"') %>Is there something similar like the link_extra in kaminari for the paginate helper?
Then Hotwire would work with the pagination links.
Relevant video
Source: kaminari/kaminari