Skip to content

Commit

Permalink
Added the rangeEnd while selecting the range
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyab28 committed Nov 27, 2023
1 parent a28b9fc commit f4c0b1b
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 @@ -1849,6 +1849,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 f4c0b1b

Please sign in to comment.