Server Side Pagination on a Legacy Table

Hello everyone. I am using legacy tables, for a use case, I couldn't use the modern tables. However, I would like to perform server side pagination on my legacy table, since the data is getting larger and larger and I am using Dynamodb to do this. With what im seeing, legacy tables don't have access to "pagination" object. Is there any way possible to provide server pagination on a legacy table similarly to a modern table?

@Gerti_Sana You can use the pagination or page input component to manage pagination in your DynamoDB query.

1 Like