set height

This commit is contained in:
ryan 2019-03-05 20:40:34 -08:00
parent f3712f748a
commit 8cb52ee626

View File

@ -355,9 +355,9 @@ export class TablePanel extends PureComponent<Props> {
<ReactTable
data={rows}
columns={columns}
defaultPageSize={pageSize}
pageSize={pageSize}
style={{
height: height - 20 + 'px',
height: height + 'px',
}}
showPaginationBottom={showPaginationBottom}
getTdProps={(state, rowInfo, column, instance) => {