Issues_July_3W #262

Merged
vikas.nale merged 13 commits from Issues_July_3W into main 2025-07-17 11:50:25 +00:00
Showing only changes of commit 4a49bbd68d - Show all commits

View File

@ -151,12 +151,13 @@ const AttendanceOverview = () => {
<table className="table table-bordered table-sm text-start align-middle mb-0"> <table className="table table-bordered table-sm text-start align-middle mb-0">
<thead className="table-light" style={{ position: "sticky", top: 0, zIndex: 1 }}> <thead className="table-light" style={{ position: "sticky", top: 0, zIndex: 1 }}>
<tr> <tr>
<th style={{ background: "#f8f9fa" }}>Role</th> <th style={{ background: "#f8f9fa", textTransform: "none" }}>Role</th>
{dates.map((date, idx) => ( {dates.map((date, idx) => (
<th key={idx} style={{ background: "#f8f9fa" }}>{date}</th> <th key={idx} style={{ background: "#f8f9fa", textTransform: "none" }}>{date}</th>
))} ))}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{roles.map((role) => ( {roles.map((role) => (
<tr key={role}> <tr key={role}>