AG-668 Update all README.md to point to appropriate plunker/seed

This commit is contained in:
Sean Landsman
2017-08-21 11:45:09 +01:00
parent 734d39e2d7
commit 3a17b7f638
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export default class FloatingFilter extends Component {
}
}
// when does this get called? how to test this?
onParentModelChanged(parentModel) {
this.setState({
parentModel: parentModel

View File

@@ -9,6 +9,10 @@ import "../node_modules/bootstrap/dist/css/bootstrap.css";
import App from "./App";
// only required when using enterprise features
// import {LicenseManager} from "ag-grid-enterprise/main";
// LicenseManager.setLicenseKey("<your license key>");
document.addEventListener('DOMContentLoaded', () => {
render(
<App/>,