From ae46d9adee140c80de38ed9511a00740dfbee057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flavio=20Bont=C3=A0?= Date: Fri, 14 Nov 2025 14:54:16 +0100 Subject: [PATCH] aggiunta euristica di ordinamento luoghi --- .angulardoc.json | 2 +- .../strutture-pubbliche.component.html | 19 +++++--- .../strutture-pubbliche.component.ts | 45 +++++++++++++++---- 3 files changed, 51 insertions(+), 15 deletions(-) diff --git a/.angulardoc.json b/.angulardoc.json index 943434f..6a0ae59 100644 --- a/.angulardoc.json +++ b/.angulardoc.json @@ -1,4 +1,4 @@ { "repoId": "bc5fa7a7-7313-4845-954c-7227b0073b63", "lastSync": 0 -} +} \ No newline at end of file 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']">