fixed example, the percent bar was not correct height
This commit is contained in:
@@ -10,7 +10,7 @@ label {
|
||||
|
||||
.div-percent-bar {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user