amschaal / SIMS

SIMS (Sequencing Information Management System), Successor to SLIMS, in search of a better name...
0 stars 0 forks source link

Refactor AgGrid schema component #25

Open amschaal opened 4 months ago

amschaal commented 4 months ago

There are use cases where the table should be viewable outside a dialog, etc. Try refactoring the agschema.vue component so that the schema and column definition logic, etc, resides in a helper library. This will allow for different agschema components which leverage the jsonschema logic without a lot of code duplication.