material-react-table 1.9.3 → 1.9.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/cjs/index.js
CHANGED
@@ -3016,6 +3016,8 @@ const MRT_TableRoot = (props) => {
|
|
3016
3016
|
props.localization,
|
3017
3017
|
props.positionActionsColumn,
|
3018
3018
|
props.renderDetailPanel,
|
3019
|
+
props.renderRowActionMenuItems,
|
3020
|
+
props.renderRowActions,
|
3019
3021
|
(_s = props.state) === null || _s === void 0 ? void 0 : _s.columnOrder,
|
3020
3022
|
(_t = props.state) === null || _t === void 0 ? void 0 : _t.grouping,
|
3021
3023
|
]);
|