#425 — Update Universal table pagination schema
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: nadddder, raymondehizoba
Created: 2025-06-16 · Updated: 2025-06-24
Description
This is caused by changes in facade https://github.com/Twill-AI/facade/issues/361
Pagination should follow the new schema:
{"pagination": {"size": 10, "page": 1}}this replaces the old afterId / beforeId method
See updated wiki https://twillpayments.atlassian.net/wiki/spaces/TD/pages/319946763/Flexible+widgets#JSON-META-SCHEMA-for-filters
AC:
- Call to facade’s static widget endpoint has been updated so that pagination params follow the new schema.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets