easy3wui 1.5.55-beta8 → 1.5.55-beta9
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.
|
@@ -603,9 +603,9 @@ var Easy3wEditBigTable = function (_Component) {
|
|
|
603
603
|
if (enableCellSelect && typeof enableCellSelect === 'boolean') {
|
|
604
604
|
objReactDataGridProps.enableCellSelect = enableCellSelect;
|
|
605
605
|
objReactDataGridProps.onGridRowsUpdated = _this.onGridRowsUpdated; // 表格编辑
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
606
|
+
objReactDataGridProps.onCheckCellIsEditable = onCheckCellIsEditable || _this.onCheckCellIsEditable; // 单元格是否可编辑
|
|
607
|
+
// if (onCheckCellIsEditable) {
|
|
608
|
+
// }
|
|
609
609
|
objReactDataGridProps.rowRenderer = touchRowRenderer || _this.touchRowRenderer; // 表格行渲染
|
|
610
610
|
}
|
|
611
611
|
// 表格行选择
|