Skip to content

Commit

Permalink
Merge pull request #15476 from RogueTea/dataView-rowPerPageOption
Browse files Browse the repository at this point in the history
Fixed #15455 - DataView [rowsPerPageOption] not working
  • Loading branch information
cetincakiroglu authored May 8, 2024
2 parents 6f95a83 + 690e559 commit 6427be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dataview/dataview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class DataView implements OnInit, AfterContentInit, OnDestroy, BlockableU
* Array of integer/object values to display inside rows per page dropdown of paginator
* @group Props
*/
@Input({ transform: numberAttribute }) rowsPerPageOptions: number[] | any[] | undefined;
@Input() rowsPerPageOptions: number[] | any[] | undefined;
/**
* Position of the paginator.
* @group Props
Expand Down

0 comments on commit 6427be7

Please sign in to comment.