Issues_July_3W #262
@ -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}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user