Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Allow setting page size manually for a table #36290

Open
1 task done
nikguhl89 opened this issue Sep 12, 2024 · 0 comments
Open
1 task done

[Feature]: Allow setting page size manually for a table #36290

nikguhl89 opened this issue Sep 12, 2024 · 0 comments
Assignees
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

Comments

@nikguhl89
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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.

@nikguhl89 nikguhl89 added the Enhancement New feature or request label Sep 12, 2024
@LagunaElectric LagunaElectric added Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators labels Sep 12, 2024
@LagunaElectric LagunaElectric added the Community Reported issues reported by community members label Sep 12, 2024
@github-actions github-actions bot added the Widgets Product This label groups issues related to widgets label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

6 participants