@homebound/beam 3.23.0 → 3.23.1
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
|
@@ -20473,7 +20473,7 @@ function GridTableLayoutComponent(props) {
|
|
|
20473
20473
|
}, [visibleColumnIds, layoutState]);
|
|
20474
20474
|
const visibleColumnsStorageKey = layoutState?.persistedColumnsStorageKey;
|
|
20475
20475
|
const tableActionsEl = /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(TableActions, { right: (hasHideableColumns || withCardView) && /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("div", { className: "df gap1", children: [
|
|
20476
|
-
hasHideableColumns && /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(EditColumnsButton, { columns, api, tooltip: "Display columns", ...tid.editColumnsButton }),
|
|
20476
|
+
hasHideableColumns && view === "list" && /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(EditColumnsButton, { columns, api, tooltip: "Display columns", ...tid.editColumnsButton }),
|
|
20477
20477
|
withCardView && /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(ViewToggleButton, { view, onChange: setView })
|
|
20478
20478
|
] }), xss: {
|
|
20479
20479
|
paddingTop: "pt3",
|