Table Update 🎰

This commit is contained in:
2024-09-02 15:48:46 +05:30
parent 7a8ea42832
commit 4b3313b1ea

View File

@@ -65,7 +65,7 @@ const DataTable = ({
{isLoading
? Array.from({ length: TABLE_PAGINATION?.size }).map(
(_, index) => (
<Tr key={index}>
<Tr bg={index % 2 === 0 ? "" : "forestGreen.50"} key={index}>
{tableHeadRow.map((_, i) => (
<Td
width={"fit-content"}