Paginating Filtered Tables in Turbo Frame using Pagy?
I’m trying to implement pagination in my Rails project using the Pagy gem. I have a Record
Model and index view for displaying my Records
in a element and a form above the table to filter the table which is in a partial that contains the in a Turbo Frame.