cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
90 stars 23 forks source link

could more than the one leftmost column be frozen from scrolling? #334

Open turbomam opened 2 years ago

turbomam commented 2 years ago

Say I have these columns

  1. sample ID
  2. sample name
  3. temperature
  4. ...more...

Could sample ID and sample name be frozen, so that they always appear on the screen despite horizontal scrolling?

ddooley commented 2 years ago

I'm sure that could be arranged. I recall HandsonTable allows for this; our frozen first column is done through it, but we had to add some css as I recall. Issue is that now this would become a LinkML specification dataharmonizer configuration attribute since it varies from template to template?

mslarae13 commented 1 year ago

@turbomam Have you made any interim changes on this to our submission portal? Like, switching source_mat_id and samp_name so samp_name is the 1st column & will be the one that freezes?