cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
631 stars 480 forks source link

follow up fixes pagination PRs #10770

Open inodb opened 5 months ago

inodb commented 5 months ago

Related to https://github.com/cBioPortal/cbioportal-frontend/pull/4786

~- [ ] fix for multistudy queries, e.g. this example~

fuzhaoyuan commented 5 months ago

@inodb I discussed with Jeremy and he thinks it may be good to have: 1) A parameter of the table to set different limit other than 500 2) Somewhere around the table to inform user of the limit existance What do you think?

inodb commented 5 months ago

Thanks @fuzhaoyuan !

Based on yesterday's discussion, we can increase the default limit substantially beyond 500 based on how fast it responds (maybe 5K?). It's a bit slow getting all data here: https://www.cbioportal.org/study/clinicalData?id=msk_impact_2017. Added it to the checklist at the top

I think 1 & 2 makes sense but will require new UI. So I'd vote to first get this out in a way not/hardly noticeable to users and then have a follow-up PR that improves UI

fuzhaoyuan commented 4 months ago

Do we want to make this banner ClinicalDataTab specific or keep if generic in the LazyMobXTable?