Multiple tables with pagination in the same page

Hi,

I am using Xano backend with backen filter, sorting and search.
I have table ‘organization transactions’ which is a list of financial data for my customers/supplyers.
I have a drawer oppened when I click on a row.

When I open the drawer, I have 3 tables (paginated)

  1. Late transactions list
  2. Actions done list
  3. Payments list

What is the best way to use the pagination and keep it only for those tables ?

Currently, I am using a global variable to link to my collection.
Problem → When I sort or update sorting or use pagination in one table all are sorted or searched or paginated.

I was thinking about using variables only for my Table component, but if I do that, it means that I need to make One specific data collection per table component ?

Any ideas on an efficient way to do this ?