ビルドしようとしていて、素晴らしいフォントが大きいので、PrimeIcons に完全に置き換えようとしています。
<p-table #dt id='incidents-grid' [value]='incidents' [totalRecords]='totalRecords'
expandableRows='true' [responsive]='true' dataKey='IncidentId' *ngIf='visible'
[rows]='5' [paginator]='true' [rowsPerPageOptions]='[5,10,50]'
[lazy]='true' (onLazyLoad)='loadIncidentsLazy($event)' [loading]='loading'>
ページネーターのドキュメントには何も表示されません。