This commit is contained in:
@@ -13,7 +13,7 @@ export default class Table extends Component {
|
||||
{
|
||||
field: 'name',
|
||||
headerName: 'Name',
|
||||
flex: 1,
|
||||
flex: 2,
|
||||
renderCell: (cellValues) => {
|
||||
return (
|
||||
<Link
|
||||
@@ -44,6 +44,12 @@ export default class Table extends Component {
|
||||
]
|
||||
}
|
||||
|
||||
static getInitialProps () {
|
||||
return {
|
||||
props: { scanResults: [] }
|
||||
}
|
||||
}
|
||||
|
||||
render () {
|
||||
return (
|
||||
<div style={{ height: '90vh', width: '100%' }}>
|
||||
|
||||
Reference in New Issue
Block a user