@sebgroup/green-core 3.17.3 → 3.17.4

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.
@@ -1364,6 +1364,7 @@ renderTableBody_fn = function() {
1364
1364
  (row, index) => guard(
1365
1365
  [
1366
1366
  row,
1367
+ this._view.visibleColumns,
1367
1368
  this._selected.has(index),
1368
1369
  this._expanded.has(index),
1369
1370
  this._expanding.has(index),