the only .length passed into the responsive table is in transaction, adding concole log to see if transactions is undefined for some reason
This commit is contained in:
parent
538da5c4bb
commit
0837b4fc7b
3 changed files with 8 additions and 7 deletions
|
|
@ -183,7 +183,7 @@ export default function GroupDrawer(props: Props) {
|
|||
onRowClick={toDevice}
|
||||
handleRowsPerPageChange={()=>{}}
|
||||
setPage={()=>{}}
|
||||
total={grpDevs.length}
|
||||
total={0}
|
||||
rows={grpDevs}
|
||||
renderMobile={mobile}
|
||||
renderGutter={gutter}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue