mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
fix(FE): fix pagination report debt supplier
This commit is contained in:
@@ -448,7 +448,7 @@ const DebtSupplierTab = () => {
|
|||||||
<Table
|
<Table
|
||||||
data={supplierReport.rows}
|
data={supplierReport.rows}
|
||||||
columns={getTableColumns(supplierReport)}
|
columns={getTableColumns(supplierReport)}
|
||||||
pageSize={10}
|
pageSize={supplierReport.rows.length}
|
||||||
renderFooter={supplierReport.rows.length > 0}
|
renderFooter={supplierReport.rows.length > 0}
|
||||||
className={{
|
className={{
|
||||||
containerClassName: 'w-full',
|
containerClassName: 'w-full',
|
||||||
@@ -534,6 +534,7 @@ const DebtSupplierTab = () => {
|
|||||||
|
|
||||||
<div className='mt-auto'>
|
<div className='mt-auto'>
|
||||||
<DateInput
|
<DateInput
|
||||||
|
label=' '
|
||||||
name='end_date'
|
name='end_date'
|
||||||
value={filterEndDate}
|
value={filterEndDate}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user