Addition of Pagination & Filters Inside of Components

It would be incredibly helpful to have pagination and filtering functionality available inside components.

When working with a large number of instances, handling everything manually becomes very inefficient and messy. This limitation makes it hard to build reusable components that can display dynamic lists, like blog posts or products, in a scalable and maintainable way.

Having filters and pagination natively supported inside components would:

  • Greatly reduce the need to duplicate logic across pages.
  • Simplify complex layouts with repeatable data.
  • Help us build truly dynamic and reusable component libraries.
1 Like

Yes, pagination needs to work everyhere