Merge branch 'master' of https://github.com/primefaces/primevue
commit
906cf7909e
|
@ -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();
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
template: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
expandedKeys: {
|
||||
|
|
Loading…
Reference in New Issue