Skip to content

Commit

Permalink
Merge pull request #15051 from primefaces/issue-14983
Browse files Browse the repository at this point in the history
Fixed #14983 - PrimeNG docs for p-table - Template example missing cr…
  • Loading branch information
cetincakiroglu authored Mar 14, 2024
2 parents 4f7b85d + 125f31a commit 2da2360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/showcase/doc/table/paginatorprogrammaticdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class PaginatorProgrammaticDoc {
[value]="customers"
[paginator]="true"
[rows]="5"
[first]="first"
[showCurrentPageReport]="true"
[tableStyle]="{ 'min-width': '50rem' }"
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
Expand Down Expand Up @@ -141,6 +142,7 @@ export class PaginatorProgrammaticDoc {
[value]="customers"
[paginator]="true"
[rows]="5"
[first]="first"
[showCurrentPageReport]="true"
[tableStyle]="{ 'min-width': '50rem' }"
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries"
Expand Down

0 comments on commit 2da2360

Please sign in to comment.