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)
- Late transactions list
- Actions done list
- 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 ?