doway-coms 2.10.92 → 2.10.93
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
|
@@ -1387,7 +1387,8 @@ export default {
|
|
|
1387
1387
|
return x.field==record.column.field
|
|
1388
1388
|
})
|
|
1389
1389
|
let row=null
|
|
1390
|
-
|
|
1390
|
+
console.log('keydownEvent',key)
|
|
1391
|
+
switch (key) {
|
|
1391
1392
|
case 'ArrowUp':
|
|
1392
1393
|
row= fullData[currentIndex-1]
|
|
1393
1394
|
$grid.setEditCell(row,record.column)
|