This commit is contained in:
@@ -67,7 +67,12 @@ export default class Table extends Component {
|
||||
|
||||
render () {
|
||||
return (
|
||||
<div style={{ height: '90vh', width: '100%' }}>
|
||||
<Box
|
||||
sx={{
|
||||
height: '90vh',
|
||||
width: '100%'
|
||||
}}
|
||||
>
|
||||
<DataGrid
|
||||
rows={this.scanResults}
|
||||
columns={this.columns}
|
||||
@@ -77,8 +82,12 @@ export default class Table extends Component {
|
||||
sortModel: [{ field: 'difference', sort: 'desc' }]
|
||||
}
|
||||
}}
|
||||
sx={{
|
||||
borderLeft: 'none',
|
||||
borderRight: 'none'
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user