doway-coms 2.10.63 → 2.10.66
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/package.json
CHANGED
|
@@ -1071,12 +1071,6 @@ export default {
|
|
|
1071
1071
|
},
|
|
1072
1072
|
deep: true,
|
|
1073
1073
|
},
|
|
1074
|
-
rowStyle: {
|
|
1075
|
-
type: Function,
|
|
1076
|
-
},
|
|
1077
|
-
cellStyle: {
|
|
1078
|
-
type: Function,
|
|
1079
|
-
},
|
|
1080
1074
|
headerCellStyle: {
|
|
1081
1075
|
type: Object,
|
|
1082
1076
|
},
|
|
@@ -1369,6 +1363,7 @@ export default {
|
|
|
1369
1363
|
$grid.setCurrentRow(row)
|
|
1370
1364
|
break;
|
|
1371
1365
|
case 'ArrowDown':
|
|
1366
|
+
case 'Enter':
|
|
1372
1367
|
row= fullData[currentIndex+1]
|
|
1373
1368
|
$grid.setEditCell(row,record.column)
|
|
1374
1369
|
$grid.setCurrentRow(row)
|