greenforce-frontend icon indicating copy to clipboard operation
greenforce-frontend copied to clipboard

XML+JSON loading and rendering

Open renehossle opened this issue 1 year ago • 1 comments

  1. Implement a progress bar to indicate this could take a while

Screenshot 2023-06-22 at 10.52.49.png

  1. Use Virtual Scroll to decrease render time

Note: Think about how we could avoid big files piling up in the clients cache.

dzu (2023-06-30): Tried Virtual Scrolling. Managed to make it worked as a POC but noticed quite quickly afterwards that the browser's search functionality didn't work as expected as it could only search in the lazy-loaded elements currently visible on the screen. Any other values could not be found even if they were part of the full text.

renehossle avatar Jun 22 '23 08:06 renehossle