now testing if it is because the array is empty
This commit is contained in:
parent
b835524700
commit
407a8fc8c1
4 changed files with 12 additions and 10 deletions
|
|
@ -66,11 +66,11 @@ export default function CableMounting(props: Props) {
|
|||
rows={bin.CableSums}
|
||||
columns={columns}
|
||||
page={0}
|
||||
pageSize={5}
|
||||
pageSize={0}
|
||||
handleRowsPerPageChange={()=>{}}
|
||||
setPage={()=>{}}
|
||||
total={0}
|
||||
//hidePagination
|
||||
hidePagination
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue