Skip to content

Commit

Permalink
correccion scroll infinito en listado profesionales
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed Feb 28, 2024
1 parent c9b3087 commit 9dc7f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/profesionales/listar-profesionales.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</plex-title>

<ng-container *ngIf="(listado$ | async)?.length">
<plex-table [columns]="columns" #table="plTable" [offset]="180" (scroll)="onScroll()">
<plex-table [columns]="columns" #table="plTable" [offset]="255" (scroll)="onScroll()">
<plex-table-columns>
</plex-table-columns>
<tr *ngFor="let profesional of (listado$ | async); let indiceProfesional = index"
Expand Down

0 comments on commit 9dc7f1d

Please sign in to comment.