Change height of table dynamically according to resizer
parent
968375ca23
commit
d27c4fe3e5
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue