mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE): Add Icon component and update table styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user