Skip to content

Ajaygoel/ag-grid-angular-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ag-Grid Angular Component Examples

Examples of using ag-Grid with Angular and TypeScript

There are number of example projects provided here, with each project having a dedicated README.md documenting how to use it:

  • The first uses SystemJS for Just in Time compilation, and SystemJS Builder for AOT bundling. This can be found under the systemjs_aot folder.
  • The second uses Webpack for bundling and includes both a dev and prod configuration. This can be found under the webpack folder.
  • The third uses Webpack 2 for bundling and includes both a dev and prod configuration. This can be found under the webpack2 folder.
  • The fourth uses Webpack 2 (with ngtools/webpack for AOT support) for bundling and includes both a dev and prod configuration. This can be found under the ngtools_webpack folder.
  • The fifth uses Angular-CLI for building and includes both a dev and prod configuration. This can be found under the angular-cli folder.

Please read the README in each sub-folder for instruction how to build & run each sub-project.

Note The SystemJS example project has all of our Angular Examples included. The remaining projects only have a single example within just to illustrate how to build with that build tool.

See the www.ag-grid.com for an overview and full documentation.

Examples included are:

Rich Grid with Pure JavaScript

Rich Grid with Pure JavaScript

Rich Grid with Declarative Markup

Rich Grid with Declarative Markup

Using Dynamic Components

Using Dynamic Components

Using Dynamic Components - Richer Example

Using Dynamic Components - Richer Example

Using Cell Editor Components

Using Cell Editor Components

Using Floating Row Renderers

Using Floating Row Renderers

Using Full Width Renderers

Using Full Width Renderers

Using Group Row Renderers

Using Group Row Renderers

With Filters Components

With Filters Components

Master Detail Example

Master Detail Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 62.2%
  • CSS 15.3%
  • HTML 11.5%
  • JavaScript 11.0%