Skip to content

Commit

Permalink
Fixed #16745 | Table documentation missing lazy load example
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 3, 2024
1 parent db69259 commit 4a1e935
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/showcase/doc/table/paginatorbasicdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/
@Component({
selector: 'paginator-basic-doc',
template: ` <app-docsectiontext>
<p>
Pagination is enabled by setting <i>paginator</i> property to <i>true</i> and defining a rows property to specify the number of rows per page. For server side pagination, see the <a [routerLink]="['/table#lazy']">lazy loading</a>
example.
</p>
<p>Pagination is enabled by setting <i>paginator</i> property to <i>true</i> and defining a rows property to specify the number of rows per page.</p>
</app-docsectiontext>
<p-deferred-demo (load)="loadDemoData()">
<div class="card">
Expand Down

0 comments on commit 4a1e935

Please sign in to comment.