@ag-grid-community/styles
Advanced tools
Comparing version 31.3.2 to 32.0.0
{ | ||
"name": "@ag-grid-community/styles", | ||
"version": "31.3.2", | ||
"version": "32.0.0", | ||
"description": "AG Grid Styles and Themes", | ||
@@ -5,0 +5,0 @@ "main": "_index.scss", |
@@ -1,2 +0,2 @@ | ||
![alt text](./github-banner.png "AG Grid") | ||
![alt text](./github-banner.png 'AG Grid') | ||
@@ -14,3 +14,3 @@ [![CDNJS](https://img.shields.io/cdnjs/v/ag-grid.svg)](https://cdnjs.com/libraries/ag-grid) | ||
![alt text](./github-grid-demo.jpg "AG Grid demo") | ||
![alt text](./github-grid-demo.jpg 'AG Grid demo') | ||
@@ -21,28 +21,28 @@ ## Features | ||
* Column Interactions (resize, reorder, and pin columns) | ||
* Pagination | ||
* Sorting | ||
* Row Selection | ||
- Column Interactions (resize, reorder, and pin columns) | ||
- Pagination | ||
- Sorting | ||
- Row Selection | ||
Here are some of the features that make AG Grid stand out: | ||
* Grouping / Aggregation * | ||
* Custom Filtering | ||
* In-place Cell Editing | ||
* Records Lazy Loading * | ||
* Server-Side Records Operations * | ||
* Live Stream Updates | ||
* Hierarchical Data Support & Tree View * | ||
* Customizable Appearance | ||
* Customizable Cell Contents | ||
* Excel-like Pivoting * | ||
* State Persistence | ||
* Keyboard Navigation | ||
* Data Export to CSV | ||
* Data Export to Excel * | ||
* Row Reordering | ||
* Copy / Paste | ||
* Column Spanning | ||
* Pinned Rows | ||
* Full Width Rows | ||
- Grouping / Aggregation \* | ||
- Custom Filtering | ||
- In-place Cell Editing | ||
- Records Lazy Loading \* | ||
- Server-Side Records Operations \* | ||
- Live Stream Updates | ||
- Hierarchical Data Support & Tree View \* | ||
- Customizable Appearance | ||
- Customizable Cell Contents | ||
- Excel-like Pivoting \* | ||
- State Persistence | ||
- Keyboard Navigation | ||
- Data Export to CSV | ||
- Data Export to Excel \* | ||
- Row Reordering | ||
- Copy / Paste | ||
- Column Spanning | ||
- Pinned Rows | ||
- Full Width Rows | ||
@@ -55,5 +55,5 @@ \* The features marked with an asterisk are available in the [Enterprise version](https://www.ag-grid.com/license-pricing.php?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) only. | ||
* [Get Started with Angular](https://www.ag-grid.com/angular-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
* [Get Started with React](https://www.ag-grid.com/react-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
* [Get Started with Vue](https://www.ag-grid.com/vue-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
- [Get Started with Angular](https://www.ag-grid.com/angular-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
- [Get Started with React](https://www.ag-grid.com/react-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
- [Get Started with Vue](https://www.ag-grid.com/vue-grid/getting-started/?utm_source=@ag-grid-community/csv-export-readme&utm_medium=repository&utm_campaign=github) | ||
@@ -78,3 +78,2 @@ ## Getting started | ||
import { createGrid } from '@ag-grid-community/core'; | ||
import '@ag-grid-community/styles/ag-grid.css'; | ||
@@ -88,12 +87,12 @@ import '@ag-grid-community/styles/ag-theme-quartz.css'; | ||
const gridOptions = { | ||
columnDefs: [ | ||
{ headerName: 'Make', field: 'make' }, | ||
{ headerName: 'Model', field: 'model' }, | ||
{ headerName: 'Price', field: 'price' } | ||
], | ||
rowData: [ | ||
{ make: 'Toyota', model: 'Celica', price: 35000 }, | ||
{ make: 'Ford', model: 'Mondeo', price: 32000 }, | ||
{ make: 'Porsche', model: 'Boxster', price: 72000 } | ||
] | ||
columnDefs: [ | ||
{ headerName: 'Make', field: 'make' }, | ||
{ headerName: 'Model', field: 'model' }, | ||
{ headerName: 'Price', field: 'price' }, | ||
], | ||
rowData: [ | ||
{ make: 'Toyota', model: 'Celica', price: 35000 }, | ||
{ make: 'Ford', model: 'Mondeo', price: 32000 }, | ||
{ make: 'Porsche', model: 'Boxster', price: 72000 }, | ||
], | ||
}; | ||
@@ -100,0 +99,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2147920
17121
120