refactor(FE): Add Icon component and update table styles

This commit is contained in:
rstubryan
2026-02-19 10:55:07 +07:00
parent 4c1f11d859
commit c3a69bc66a
5 changed files with 32 additions and 3 deletions
@@ -151,7 +151,7 @@ const FinanceClosingTable = ({
.filter((row) => row.code !== 'custom_row').length;
return dataRowsBefore + 1;
},
footer: (props) => {
footer: () => {
return 'HPP';
},
},
@@ -286,6 +286,7 @@ const FinanceClosingTable = ({
footerRowClassName: 'border-t-2 border-gray-300',
footerColumnClassName:
'px-4 py-3 text-xs text-gray-900 whitespace-nowrap',
paginationClassName: 'hidden',
}}
renderCustomRow={(row) => {
const rowData = row.original;