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
91 stars 25 forks source link

add handler to sort slots by rank #286

Closed sujaypatil96 closed 2 years ago

sujaypatil96 commented 2 years ago

Code snippet to handle sorting of columns prior to the class and slot information entering schema.js. Do this so that it saves us the trouble of having to implement the column ordering logic on the client side in JavaScript.

CC: @ddooley @turbomam