added one more column for createdAt date

This commit is contained in:
pramod mahajan 2025-07-30 12:02:11 +05:30
parent a3313f6c0a
commit 1e6603cc7c

View File

@ -157,6 +157,18 @@ const ExpenseList = ({ filters }) => {
> >
<div className="text-start ms-5">Paid By</div> <div className="text-start ms-5">Paid By</div>
</th> </th>
<th
className="sorting sorting_desc d-table-cell"
tabIndex="0"
aria-controls="DataTables_Table_0"
rowSpan="1"
colSpan="1"
aria-label="Paid By: activate to sort column ascending"
aria-sort="descending"
>
<div className="text-start ms-5">Submitted</div>
</th>
<th <th
className="sorting d-table-cell" className="sorting d-table-cell"
tabIndex="0" tabIndex="0"
@ -221,6 +233,9 @@ const ExpenseList = ({ filters }) => {
}`.trim() || "N/A"} }`.trim() || "N/A"}
</span> </span>
</div> </div>
</td>
<td className="d-table-cell text-center">
{formatUTCToLocalTime(expense?.createdAt)}
</td> </td>
<td className="d-table-cell text-end"> <td className="d-table-cell text-end">
<i className="bx bx-rupee b-xs"></i> <i className="bx bx-rupee b-xs"></i>