From b29d3dbac30ef640645269502e4fcdd5d9fb1b9c Mon Sep 17 00:00:00 2001 From: Cyril Joseph Date: Mon, 12 Jan 2026 21:56:21 -0400 Subject: [PATCH] home page table filtering --- src/app/home/home.component.html | 28 ++++++++ src/app/home/home.component.scss | 9 ++- src/app/home/home.component.ts | 106 +++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+), 3 deletions(-) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index b911f94..77d810a 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -51,6 +51,34 @@
+
+ + + Filter By + + + + {{column.displayName}} + + + + + + + Search Value + + search + + + + +
+