Skip to content

Commit

Permalink
Demo cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Oct 12, 2023
1 parent a513c20 commit 54d3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/table/paginatorprogrammaticdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CustomerService } from '../../service/customerservice';
<p _ngcontent-ylv-c94="">Paginator can also be controlled via model using a binding to the <i>first</i> property where changes trigger a pagination.</p>
</app-docsectiontext>
<div class="card">
<div class="mb-3">
<div class="mb-3 flex gap-1">
<p-button type="button" icon="pi pi-chevron-left" (click)="prev()" [disabled]="isFirstPage()" styleClass="p-button-text"></p-button>
<p-button type="button" icon="pi pi-refresh" (click)="reset()" styleClass="p-button-text"></p-button>
<p-button type="button" icon="pi pi-chevron-right" (click)="next()" [disabled]="isLastPage()" styleClass="p-button-text"></p-button>
Expand Down

1 comment on commit 54d3d0f

@vercel
Copy link

@vercel vercel bot commented on 54d3d0f Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.