SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

Make some fields mandatory - eg "tagging" etc #1199

Open davmlaw opened 1 week ago

davmlaw commented 1 week ago

ID/chrom/pos/ref/alt, tagging are obvious ones

Some way to ensure they stay in there.

davmlaw commented 5 days ago

Added a "mandatory" class to the ones I want to keep

Having bit of issue with Jquery sortable in view_custom_columns.html - need to be able to allow moving within one but not moving from one to two. "ui.sender" seems null always

Here is trigger order:

Moving from one to two

one: start one: sortupdate two: received two: stop


Moving within one

one: start one: sortupdate two: received two: stop