diff --git a/src/api/models/strutture-pubbliche-excerpt-res-dto.ts b/src/api/models/strutture-pubbliche-excerpt-res-dto.ts index 8f600e8..816fc25 100644 --- a/src/api/models/strutture-pubbliche-excerpt-res-dto.ts +++ b/src/api/models/strutture-pubbliche-excerpt-res-dto.ts @@ -79,6 +79,11 @@ export interface StrutturePubblicheExcerptResDto { */ stelline: string; + /** + * Tipi della struttura + */ + struttureTipiStrutture?: string | null; + /** * telefono1 della struttura */ diff --git a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html index 8f6e74c..478c2ef 100644 --- a/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html +++ b/src/app/modules/public/strutture-pubbliche/strutture-pubbliche.component.html @@ -213,7 +213,7 @@ responsiveLayout="stack" scrollHeight="400px" [rowsPerPageOptions]="[10, 50, 100]" - [globalFilterFields]="['struttura.nome']"> + [globalFilterFields]="['struttura.nome', 'struttura.struttureTipiStrutture']">
+ +
+ + {{ item.trim() }}
+
+
+ - - {{ row.struttura.nome }} +
+ +

{{ row.struttura.nome }}

+