当更改每页项目下拉列表时,启动数据表不会更新并更改显示项目的数量。
没有控制台错误或任何迹象表明存在错误。
<p-dataTable #dt [value]="bols" exportFilename="bols" selectionMode="single" [(selection)]="selectedBol" (onRowSelect)="onRowSelect($event)" [paginator]="true" [rows]="20" [responsive]="true" [globalFilter]="gb" [contextMenu]="cm" [rowsPerPageOptions]="[10,20,30,40,50]">
我没有配置回调来处理更改,因为我不相信这是必要的。一旦每页的项目被更改,导航到任何其他页面都会适当地调整结果集的大小。
由于 贝