@terraware/web-components 4.2.2-rc.0 → 4.2.2-rc.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.
|
@@ -242,7 +242,6 @@ function EditableTable(_ref) {
|
|
|
242
242
|
}, Object.keys(initialStateConfig).length > 0 ? {
|
|
243
243
|
initialState: initialStateConfig
|
|
244
244
|
} : {}), {}, {
|
|
245
|
-
renderToolbarInternalActions: composedRenderToolbarInternalActions,
|
|
246
245
|
muiTableBodyProps: {
|
|
247
246
|
sx: {
|
|
248
247
|
'& tr:nth-of-type(odd) > td': {
|
|
@@ -268,7 +267,10 @@ function EditableTable(_ref) {
|
|
|
268
267
|
}
|
|
269
268
|
};
|
|
270
269
|
}
|
|
271
|
-
}, tableOptions),
|
|
270
|
+
}, tableOptions), {}, {
|
|
271
|
+
// These must come after ...tableOptions to avoid being overridden
|
|
272
|
+
renderToolbarInternalActions: composedRenderToolbarInternalActions
|
|
273
|
+
}, consumerRenderTopToolbarCustomActions ? {
|
|
272
274
|
renderTopToolbarCustomActions: consumerRenderTopToolbarCustomActions
|
|
273
275
|
} : {}), stickyFilters && storageKey ? {
|
|
274
276
|
state: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, tableOptions === null || tableOptions === void 0 ? void 0 : tableOptions.state), {}, {
|