Fix cell selection window alignment for the updated SlickGrid.

This commit is contained in:
Matthew Kleiman 2017-06-23 09:37:58 +01:00 committed by Dave Page
parent 94aa5487fb
commit 9af29364c7

View File

@ -17,8 +17,14 @@ define([
var _ranges = [];
var _self = this;
var _selector = new Slick.CellRangeSelector({
'selectionCss': {
'border': '2px solid black',
selectionCss: {
border: '2px solid black',
},
offset: {
top: 0,
left: -1,
height: 2,
width: 1,
},
});
var _options;