@homebound/beam 3.42.3 → 3.42.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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6947,7 +6947,7 @@ var ColumnStates = class {
|
|
|
6947
6947
|
}
|
|
6948
6948
|
setVisibleColumns(ids) {
|
|
6949
6949
|
for (const cs of this.map.values()) {
|
|
6950
|
-
cs.setVisible(ids.includes(cs.column.id));
|
|
6950
|
+
cs.setVisible(cs.column.isLayoutGutter ? true : ids.includes(cs.column.id));
|
|
6951
6951
|
}
|
|
6952
6952
|
}
|
|
6953
6953
|
loadExpanded(storageKey) {
|