[Feature]: Allow setting page size manually for a table #36290
Labels
Community Reported
issues reported by community members
Enhancement
New feature or request
Table Widget
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
Summary
This feature would allow a user to set the page size for a table manually to a value that would work for their use case. This is available on a lot of other editors, but is not yet on appsmith. This would also allow for onPageChange events to trigger when the page was changed.
Why should this be worked on?
I am writing an application to pull in game deal information. The api I am using only processes 25 results per request. I was going to limit my page results to 25 so I could just run the api call per page of 25 items. This would also make things easier for api's that return a large amount of data so that the table can display the results more customized for the user experience.
The text was updated successfully, but these errors were encountered: