From 0da6daaa85bc7331e65c9aba1f43e082370e1bf4 Mon Sep 17 00:00:00 2001 From: Cyril Joseph Date: Mon, 12 Jan 2026 21:55:42 -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 | 110 ++++++++++++++++++++++++++++++- 3 files changed, 143 insertions(+), 4 deletions(-) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index ddb64d4..21f36be 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -19,6 +19,34 @@
+
+ + + Filter By + + + + {{column.displayName}} + + + + + + + Search Value + + search + + + + +
+