I want to build a transaction UI in my flutter app and need to build it via a list of transactions and each transaction has list of data in it.
Sorry can you provide some more details?
Each transaction is a document in appwrite database and each documents has at least 7 attributes.
I just hope I provided enough details
@Steven
ok and?
I want to build a UI from it's results, though I was able to only get first 25, followed the appwrite pagination guide and wasn't able to get next 25 documents
So what's your code for the pagination and what's going wrong?
I copied and paste the example code in documentation, but wasn't getting the next 25 documents
Please share your code and the output
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...