我正在尝试构建并且字体很棒,所以我试图用 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'>
分页器文档没有显示任何内容。