+
- {row.variantInternalId}
-
- | Variant ID
+
+
+ handleFilterChange(e, 'variantInternalId')
+ }
+ />
+
+ |
- {row.variation}
-
- | Variation
+
+ handleFilterChange(e, 'variation')}
+ />
+
+ |
- {row.Beacon}
-
- | Beacon
+
+ handleFilterChange(e, 'Beacon')}
+ />
+
+ |
- {row.identifiers}
-
- | Identifiers
+
+ handleFilterChange(e, 'identifiers')}
+ />
+
+ |
- {row.molecularAttributes}
-
- | Molecular Attributes
+
+
+ handleFilterChange(e, 'molecularAttributes')
+ }
+ />
+
+ |
- {row.molecularEffects}
-
- | Molecular Effects
+
+
+ handleFilterChange(e, 'molecularEffects')
+ }
+ />
+
+ |
- {row.caseLevelData}
-
- | Case Level Data
+
+ handleFilterChange(e, 'caseLevelData')}
+ />
+
+ |
- {row.variantLevelData}
-
- | Variant Level Data
+
+
+ handleFilterChange(e, 'variantLevelData')
+ }
+ />
+
+ |
- {row.frequencyInPopulations}
-
-
- {/* Render other row cells here */}
+ Frequency In Populations
+
+
+ handleFilterChange(e, 'frequencyInPopulations')
+ }
+ />
+ |
+
+ {/* Add more column headers here */}
- ))}
-
-