Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efd859ba83 | ||
|
|
72dae24ebe | ||
|
|
0aa2f7a2be | ||
|
|
6a94aee204 | ||
|
|
e0dfa732c7 | ||
|
|
d26876876f | ||
|
|
3148c047b6 | ||
|
|
33b006b783 | ||
|
|
3b5ee65790 | ||
|
|
4829b2f6cd |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ag-grid-react-example",
|
"name": "ag-grid-react-example",
|
||||||
"version": "6.0.1",
|
"version": "7.3.0",
|
||||||
"description": "Example Reach applicaiton using ag-Grid.",
|
"description": "Example Reach applicaiton using ag-Grid.",
|
||||||
"main": "dist/ag-grid-react-example.js",
|
"main": "dist/ag-grid-react-example.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
"babel-loader": "6.2.1",
|
"babel-loader": "6.2.1",
|
||||||
"babel-preset-es2015": "6.3.13",
|
"babel-preset-es2015": "6.3.13",
|
||||||
"babel-preset-react": "6.3.13",
|
"babel-preset-react": "6.3.13",
|
||||||
|
"babel-core": "^6.0.0",
|
||||||
"css-loader": "0.23.1",
|
"css-loader": "0.23.1",
|
||||||
"style-loader": "0.13.0",
|
"style-loader": "0.13.0",
|
||||||
"webpack": "1.12.11",
|
"webpack": "1.12.11",
|
||||||
@@ -35,8 +36,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "0.14.6",
|
"react": "0.14.6",
|
||||||
"react-dom": "0.14.6",
|
"react-dom": "0.14.6",
|
||||||
"ag-grid": "~6.0.1",
|
"ag-grid": "7.3.x",
|
||||||
"ag-grid-enterprise": "~6.0.1",
|
"ag-grid-enterprise": "7.3.x",
|
||||||
"ag-grid-react": "~6.0.1"
|
"ag-grid-react": "7.3.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ label {
|
|||||||
|
|
||||||
.div-percent-bar {
|
.div-percent-bar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,8 @@ export default class MyApp extends React.Component {
|
|||||||
columnDefs={this.state.columnDefs}
|
columnDefs={this.state.columnDefs}
|
||||||
rowData={this.state.rowData}
|
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"
|
rowSelection="multiple"
|
||||||
enableColResize="true"
|
enableColResize="true"
|
||||||
enableSorting="true"
|
enableSorting="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user