AG-195 Create react example using grouped data

This commit is contained in:
Sean Landsman
2017-01-26 11:40:46 +00:00
parent a8c70c0ae8
commit 9c8cf08d2a
7 changed files with 8808 additions and 0 deletions

28
src-grouped/myApp.css Normal file
View File

@@ -0,0 +1,28 @@
.ag-cell {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
label {
font-weight: normal !important;
}
.div-percent-bar {
display: inline-block;
height: 20px;
position: relative;
}
.div-percent-value {
position: absolute;
padding-left: 4px;
font-weight: bold;
font-size: 13px;
}
.div-outer-div {
display: inline-block;
height: 100%;
width: 100%;
}