fixed example, the percent bar was not correct height

This commit is contained in:
ceolter
2017-01-03 14:13:03 +00:00
parent 99dfa1e4f9
commit 6a94aee204
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ label {
.div-percent-bar {
display: inline-block;
height: 100%;
height: 20px;
position: relative;
}

View File

@@ -162,7 +162,8 @@ export default class MyApp extends React.Component {
columnDefs={this.state.columnDefs}
rowData={this.state.rowData}
// no binding, just providing harde coded strings for the properties
// no binding, just providing hard coded strings for the properties
suppressRowClickSelection="true"
rowSelection="multiple"
enableColResize="true"
enableSorting="true"