Merge branch 'master' of https://github.com/primefaces/primevue
commit
906cf7909e
|
@ -687,7 +687,7 @@ export default {
|
||||||
|
|
||||||
if (this.selectionMode) {
|
if (this.selectionMode) {
|
||||||
const rowData = e.data;
|
const rowData = e.data;
|
||||||
const rowIndex = e.index;
|
const rowIndex = this.d_first + e.index;
|
||||||
|
|
||||||
if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
|
if (this.isMultipleSelectionMode() && event.shiftKey && this.anchorRowIndex != null) {
|
||||||
DomHandler.clearSelection();
|
DomHandler.clearSelection();
|
||||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
template: {
|
template: {
|
||||||
type: Object,
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
expandedKeys: {
|
expandedKeys: {
|
||||||
|
|
Loading…
Reference in New Issue