Change height of table dynamically according to resizer

pull/1934/head
Andrew Watkins 2017-08-08 16:33:08 -07:00
parent 968375ca23
commit d27c4fe3e5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class ChronoTable extends Component {
const minWidth = 70 const minWidth = 70
const rowHeight = 34 const rowHeight = 34
const headerHeight = 30 const headerHeight = 30
const stylePixelOffset = 125 const stylePixelOffset = 130
const defaultColumnWidth = 200 const defaultColumnWidth = 200
const styleAdjustedHeight = height - stylePixelOffset const styleAdjustedHeight = height - stylePixelOffset
const width = const width =