|
|
@ -99,8 +99,8 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
hook:{ |
|
|
|
cellDragStop: function (cell, postion, sheetFile, moveState, ctx, event) { |
|
|
|
console.info(cell, postion, sheetFile, ctx, event); |
|
|
|
cellDragStop: function (cell, postion, sheetFile, ctx, event) { |
|
|
|
// console.info(cell, postion, sheetFile, ctx, event); |
|
|
|
}, |
|
|
|
rowTitleCellRenderBefore:function(rowNum,postion,ctx){ |
|
|
|
// console.log(rowNum); |
|
|
|