I noticed that in the Mobile Components used to build a mobile App the "Table" Component isn't available.
I use a Firestore query to get results from the server.
- The GUI Mode just offers me to use the Cursor Pagination, which is something the "Collection" Components doesn't offer
- The raw mode of the firestore query allows me to give it a offset. However the raw mode can't be triggered automatically. Also there is no option to trigger an event on pagination button press.
Please either add:
- Cursor Pagination for the Collection component
- allow triggering a raw query from the pagination buttons of the collection component
- allow automatic triggering of raw querys
Thanks in advance, love your tools