-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TURNOS-PRESTACIONES: Agregar virtual scroll y filtro ambito #2091
Conversation
|
||
cdk-virtual-scroll-viewport { | ||
height: 100%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Para evitar el doble scroll:
height: 100%; | |
height: calc(100% - 180px);; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hecho
</plex-dropdown> | ||
</plex-title> | ||
<ng-container *ngIf="selectPrestaciones$ | async as selectPrestaciones"> | ||
<cdk-virtual-scroll-viewport [itemSize]="60"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Es importante setear la altura correcta del item para que ande mejor el virtual scroll. Sino se aprecia que queda un vacío abajo.
<cdk-virtual-scroll-viewport [itemSize]="60"> | |
<cdk-virtual-scroll-viewport [itemSize]="50"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hecho, es verdad no me habia dado cuenta
# [5.28.0](v5.27.0...v5.28.0) (2020-12-30) ### Features * **mapa-camas:** controles de networking ([#2092](#2092)) ([1c97cb7](1c97cb7)) * **rup:** envios adjuntos ([#1848](#1848)) ([24cf9eb](24cf9eb)) * **RUP:** Agregar registro de vacuna covid ([#2094](#2094)) ([2328c5c](2328c5c)) * **top:** subir archivos a andesDrive ([#2089](#2089)) ([b43be2c](b43be2c)) * **turnos-prestaciones:** ambito y virtual scroll ([#2091](#2091)) ([4f71dcc](4f71dcc))
Requerimiento
https://proyectos.andes.gob.ar/browse/MISC-115
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion