Makes some improvements/restructurings to the PgTable component.

This commit is contained in:
Aditya Toshniwal
2022-04-04 19:03:50 +05:30
committed by Akshay Joshi
parent cc5cfa0997
commit 4fff26c571
7 changed files with 231 additions and 197 deletions

View File

@@ -315,6 +315,7 @@ export default function GrantWizard({ sid, did, nodeInfo, nodeData }) {
<WizardStep stepId={0}>
<Box className={classes.panelContent}>
<PgTable
caveTable={false}
className={classes.table}
height={window.innerHeight - 450}
columns={columns}