Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c338f851e0 | ||
|
|
58df719d45 | ||
|
|
2b6e3e8f41 | ||
|
|
f470a4c33d | ||
|
|
b51caf4746 | ||
|
|
30746397ef |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ag-grid-react-example",
|
"name": "ag-grid-react-example",
|
||||||
"version": "19.0.0",
|
"version": "19.1.2",
|
||||||
"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": {
|
||||||
@@ -57,9 +57,9 @@
|
|||||||
"webpack-dev-server": "^3.1.4"
|
"webpack-dev-server": "^3.1.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ag-grid-community": "^19.0.0",
|
"ag-grid-community": "^19.1.0",
|
||||||
"ag-grid-enterprise": "^19.0.0",
|
"ag-grid-enterprise": "^19.1.0",
|
||||||
"ag-grid-react": "^19.0.0",
|
"ag-grid-react": "^19.1.0",
|
||||||
"bootstrap": "4.1.3",
|
"bootstrap": "4.1.3",
|
||||||
"d3": "4.9.1",
|
"d3": "4.9.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ export default class RichGridDeclarativeExample extends Component {
|
|||||||
<button onClick={this.invokeSkillsFilterMethod}
|
<button onClick={this.invokeSkillsFilterMethod}
|
||||||
className="btn btn-primary">Invoke Skills Filter Method
|
className="btn btn-primary">Invoke Skills Filter Method
|
||||||
</button>
|
</button>
|
||||||
<button onClick={this.dobFilter} className="btn btn-primary">DOB equals to 01/01/2000ß
|
<button onClick={this.dobFilter} className="btn btn-primary">DOB equals to 01/01/2000
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user