pull/1751/head
Cagatay Civici 2021-11-08 13:44:14 +03:00
commit 906cf7909e
2 changed files with 2 additions and 2 deletions

View File

@ -687,7 +687,7 @@ export default {
if (this.selectionMode) {
const rowData = e.data;
const rowIndex = e.index;
const rowIndex = this.d_first + e.index;
if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
DomHandler.clearSelection();

View File

@ -39,7 +39,7 @@ export default {
default: null
},
template: {
type: Object,
type: Function,
default: null
},
expandedKeys: {