Frozen Columns don't support Paginator

UI Components for Angular
Post Reply
Danieleee
Posts: 22
Joined: 17 Oct 2016, 11:14

22 Feb 2017, 18:34

Hi,
if I set paginato + frozen columns:

Code: Select all

<p-dataTable [value]="RecRemiProc" [(selection)]="remiSelezionati" [rows]="10" [paginator]="true" rowHover="true" [pageLinks]="3"
			[responsive]="true" [rowsPerPageOptions]="[5,10,20,50,100]" (onRowClick)="onRowClick($event)" (onContextMenuSelect)="clickMenuContestuale($event)"
			expandableRows="true" (onRowDblclick)="onDoubleClick($event)" scrollable="true" frozenWidth="22em" unfrozenWidth="71.6em">
			<p-column header="Remi" field="FIL_REMI" frozen="true" [style]="{'width':'9em'}"></p-column>
			<p-column header="Ruolo" field="RUOLO"  frozen="true"  [style]="{'width':'13em'}"></p-column>
			<p-column *ngFor="let col of cols" [field]="col.field" [header]="col.header" [style]="{'width':'6em'}"></p-column>
		</p-dataTable>
This is the behavior:

Image

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests