diff --git a/src-standard/myApp.css b/src-standard/myApp.css index 38bf42a..5e7e6f8 100644 --- a/src-standard/myApp.css +++ b/src-standard/myApp.css @@ -10,7 +10,7 @@ label { .div-percent-bar { display: inline-block; - height: 100%; + height: 20px; position: relative; } diff --git a/src-standard/myApp.jsx b/src-standard/myApp.jsx index 9722df2..70d9896 100644 --- a/src-standard/myApp.jsx +++ b/src-standard/myApp.jsx @@ -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"