[BUG]: Inital page size not working when using a dynamic PageSize #292
Labels
bug
Something isn't working
code
Issue is related to a Power Apps code component
Component: DetailsList
Milestone
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:
Expected behavior
PageSize should match on initial load.
Screenshots
![image](https://user-images.githubusercontent.com/38666925/222481697-9b91d37b-706f-448c-af55-f096dd586c40.png)
![image](https://user-images.githubusercontent.com/38666925/222482153-de5aba4c-5c2a-4ef2-8947-7f1e698f0983.png)
![image](https://user-images.githubusercontent.com/38666925/222483206-f64ac7b8-c796-4d28-9ddb-2639964d7b7f.png)
![image](https://user-images.githubusercontent.com/38666925/222483964-507c792b-2c55-4c7e-8612-9e2428f8bf74.png)
Additional context
Add any other context about the problem here.
AB#981
The text was updated successfully, but these errors were encountered: