@lemon-fe/kits 1.0.4-2 → 1.0.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.
|
@@ -1259,6 +1259,8 @@ var DataGrid = /*#__PURE__*/function (_Component) {
|
|
|
1259
1259
|
|
|
1260
1260
|
if (typeof colDef.valueFormatter === 'function') {
|
|
1261
1261
|
value = colDef.valueFormatter(_objectSpread(_objectSpread({}, params), {}, {
|
|
1262
|
+
column: col,
|
|
1263
|
+
colDef: colDef,
|
|
1262
1264
|
value: value
|
|
1263
1265
|
}));
|
|
1264
1266
|
}
|