refactor(FE): Remove unused CSS classes from table components

This commit is contained in:
rstubryan
2026-02-18 14:42:41 +07:00
parent 62674044e7
commit 15289951e6
@@ -258,15 +258,14 @@ const ProjectFlockClosingForm = ({
]}
className={{
containerClassName: 'mb-0',
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
tableClassName: 'font-inter w-full table-sm min-h-full!',
tableWrapperClassName: 'overflow-x-auto max-w-120',
tableClassName: 'font-inter w-full table-sm',
headerRowClassName: 'border-b border-base-content/10',
headerColumnClassName:
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
bodyRowClassName: 'border-b border-base-content/10',
bodyColumnClassName:
'px-3 py-3 last:flex last:flex-row last:justify-end',
paginationClassName: 'hidden',
}}
/>
{/* {errorExpense && (
@@ -310,15 +309,14 @@ const ProjectFlockClosingForm = ({
]}
className={{
containerClassName: 'mb-0',
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
tableClassName: 'font-inter w-full table-sm min-h-full!',
tableWrapperClassName: 'overflow-x-auto max-w-120',
tableClassName: 'font-inter w-full table-sm',
headerRowClassName: 'border-b border-base-content/10',
headerColumnClassName:
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
bodyRowClassName: 'border-b border-base-content/10',
bodyColumnClassName:
'px-3 py-3 last:flex last:flex-row last:justify-end',
paginationClassName: 'hidden',
}}
/>
{/* {errorStock && (