@leapdevuk/component-toolbox 0.0.132 → 0.0.133
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/CHANGELOG.md +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4506,7 +4506,7 @@ const Lc = vr(/* @__PURE__ */ c.jsx("path", {
|
|
|
4506
4506
|
checkboxSelection: e.checkboxSelection,
|
|
4507
4507
|
keepNonExistentRowsSelected: e.keepNonExistentRowsSelected,
|
|
4508
4508
|
disableColumnReorder: !0,
|
|
4509
|
-
hideFooter: e.hideFooter
|
|
4509
|
+
hideFooter: e.hideFooter !== void 0 ? e.hideFooter : !0
|
|
4510
4510
|
}
|
|
4511
4511
|
)
|
|
4512
4512
|
}
|