@lavalogic/scoria 0.17.2 → 0.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,6 +115,8 @@ export class TableFocusDetails {
|
|
|
115
115
|
return this._bottomEdge;
|
|
116
116
|
}
|
|
117
117
|
_validityTuple = $derived.by(() => {
|
|
118
|
+
void this.cell.row.original;
|
|
119
|
+
void this.cell.column.columnDef;
|
|
118
120
|
return this.__validityTuple(this.cell.column.columnDef.isValid, this.cell.row.original);
|
|
119
121
|
});
|
|
120
122
|
async __validityTuple(isValid, original) {
|