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

[BUG]: Inital page size not working when using a dynamic PageSize #292

Open
PowerThomas opened this issue Mar 2, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList

Comments

@PowerThomas
Copy link

PowerThomas commented Mar 2, 2023

Describe the bug
Using the Details List component in an MDA Custom Page. I have a global variable in the App.OnStart where I set the PagingLimit value from the User Settings table of the current user. This variable is bound to the PageSize property inside the DetailsList component. When refreshing the page in the browser, the page size is more than the actual page limit set by the user. When using the pagina navigation, the page size is correct.

To Reproduce
Steps to reproduce the behavior:

  1. Set a global variable representing the page size
  2. Bound this variable to the PageSize property
  3. Publish
  4. Reload the page

Expected behavior
PageSize should match on initial load.

Screenshots
image
image
image
image

Additional context
Add any other context about the problem here.

AB#981

@PowerThomas PowerThomas added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Mar 2, 2023
@denise-msft
Copy link
Member

@PowerThomas on the first page when the scroll bar is shown, are you able to scroll down and view more records than the page size allows, or is the scroll bar just rendering incorrectly?

@denise-msft denise-msft added code Issue is related to a Power Apps code component Component: DetailsList and removed ⚠️ needs triage Has not been triaged by the team yet. labels Jul 19, 2023
@RajeevPentyala RajeevPentyala added this to the Backlog milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList
Projects
None yet
Development

No branches or pull requests

3 participants