broadinstitute / genetic-prevalence-estimator

https://genie.broadinstitute.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add filtering of columns for variant table #79

Closed sambaxter closed 1 year ago

sambaxter commented 2 years ago

Can the headers of the variant table sort the columns?

nawatts commented 2 years ago

Is the request here to be able to filter which variants are shown in the table? Or to sort the table by different columns?

sambaxter commented 2 years ago

I was originally thinking to filter which variants are shown in the table but sorting on each column is probably easier to implement. If that is the case I think we can just add sorting to each column

nawatts commented 2 years ago

As of 38c7fef2d4385986d2e1ac67ae78f6879b85097a, the variant table should be sortable by any column (by clicking the column header).

nawatts commented 1 year ago

Allowing sorting the list by each column satisfies this.