@leapdevuk/component-toolbox 0.1.0 → 0.1.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.es.js
CHANGED
|
@@ -5134,6 +5134,7 @@ const Sc = Cr(/* @__PURE__ */ l.jsx("path", {
|
|
|
5134
5134
|
disableMultipleRowSelection: e.disableMultipleRowSelection,
|
|
5135
5135
|
getRowId: e.id,
|
|
5136
5136
|
getTreeDataPath: e.getTreeDataPath,
|
|
5137
|
+
groupingColDef: e.groupingColDef,
|
|
5137
5138
|
hideFooter: e.hideFooter !== void 0 ? e.hideFooter : !0,
|
|
5138
5139
|
initialState: e.initialState || void 0,
|
|
5139
5140
|
isRowSelectable: e.isRowSelectable,
|