From 6a94aee20496ea64ce3ddff5a70849a032a8cf36 Mon Sep 17 00:00:00 2001 From: ceolter Date: Tue, 3 Jan 2017 14:13:03 +0000 Subject: [PATCH] fixed example, the percent bar was not correct height --- src-standard/myApp.css | 2 +- src-standard/myApp.jsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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"