@ag-grid-community/styles
Advanced tools
Comparing version 31.0.3 to 31.1.0
{ | ||
"name": "@ag-grid-community/styles", | ||
"version": "31.0.3", | ||
"version": "31.1.0", | ||
"description": "AG Grid Styles and Themes", | ||
@@ -5,0 +5,0 @@ "main": "_index.scss", |
@@ -83,3 +83,3 @@ ![alt text](./github-banner.png "AG Grid") | ||
```js | ||
var gridOptions = { | ||
const gridOptions = { | ||
columnDefs: [ | ||
@@ -102,3 +102,3 @@ { headerName: 'Make', field: 'make' }, | ||
const eGridDiv = document.querySelector('#myGrid'); | ||
const api = createGrid(eGridDiv, this.gridOptions); | ||
const api = createGrid(eGridDiv, gridOptions); | ||
``` | ||
@@ -105,0 +105,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2479327
18407