From 7a67310a66b3133e2f40d89bad47e8b6acc5fc63 Mon Sep 17 00:00:00 2001 From: Horilla Date: Tue, 18 Jun 2024 14:30:02 +0530 Subject: [PATCH] [UPDT] TEMPLATES: New page for employee work info complete table view --- templates/work_info_complete.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/work_info_complete.html b/templates/work_info_complete.html index a128017ca..dbf381853 100644 --- a/templates/work_info_complete.html +++ b/templates/work_info_complete.html @@ -83,7 +83,7 @@ $("#employeeSearch").on("input", function() { // Get the value entered in the search bar var searchValue = $(this).val().toLowerCase(); - + // Iterate through each table row and hide/show based on the search value $("table tbody tr").each(function() { var employeeId = $(this).find("td:first-child").text().toLowerCase(); @@ -94,4 +94,4 @@ }); }); - \ No newline at end of file +