microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
309 stars 51 forks source link

BUG: DetailsList loads slow when scrolling #328

Open PurnimaSGithub opened 1 year ago

PurnimaSGithub commented 1 year ago

Describe the bug We are using detail list that has page count of 500, when we scroll down in detail list, it shows white space and takes time to render the data . We are getting data from collection so no data source issue . Sometimes even waiting for couple of minute it doesn't render , even though data is there in collection.

To Reproduce Steps to reproduce the behavior:

  1. Use detail list with data more than 500 records
  2. Scroll down
  3. White space appear and rendering of data takes times
  4. Sometimes even after waiting for minutes the white space doesn't go and data doesn't render.

Expected behavior data rendered within few seconds of scroll

Screenshots

image

.

Additional context Add any other context about the problem here.

AB#968

denise-msft commented 1 year ago

Thank you for reporting this issue. We will address this as soon as resources are available.

As a workaround, try using smaller page size that fits the size of the app screen, with page buttons to allow user to page. This is better practice and will allow you to achieve a more seamless user experience with what we have available today.