mskcc / smile-server

2 stars 4 forks source link

Introduce pagination/infinite scrolling for the Samples page #1291

Closed qu8n closed 2 weeks ago

ao508 commented 1 month ago

Please add your planning poker estimate with Zenhub @qu8n

qu8n commented 1 month ago

Quan & Angelica discussed the following: we'll be using the AG Grid's Infinite Row Model for the Samples page's infinite scrolling instead of the SSRM version that non-Sample views currently use.

After trying the latter approach (SSRM), I found it not working well with our cell editing flow, especially around bulk editing (editing of multiple cells before submitting) and optimistic updates. I've exhausted the docs and online resources, and this topic -- SSRM cell editing -- is very under-explained. The majority of AG Grid's docs around cell editing focuses on other models.