Skip to content

Commit

Permalink
Merge pull request #14209 from vinnyab28/14140-table-multiselect-usin…
Browse files Browse the repository at this point in the history
…g-shift-key

FIX: Multiple selection with SHIFT/click
  • Loading branch information
cetincakiroglu authored Jan 4, 2024
2 parents 7e3f08e + f4c0b1b commit ae2dcce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,7 @@ export class Table implements OnInit, AfterViewInit, AfterContentInit, Blockable

if (this.lazy && this.paginator) {
(rangeStart as number) -= <number>this.first;
(rangeEnd as number) -= <number>this.first;
}

let rangeRowsData = [];
Expand Down

0 comments on commit ae2dcce

Please sign in to comment.