Skip to content

suvjunmd/angular-grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Grid

Join the chat at https://gitter.im/ceolter/angular-grid

Angular Grid is a powerful data grid for AngularJS. Until now, there was no decent grid written for AngularJS.

Angular Grid was built for financial reporting applications. It supports large data sets with filtering, grouping and aggregating. It's customizable look and feel creates professional presentations.

Easy to use, quick to get going.

Install with Bower

$ bower install ag-grid

Install with Npm

$ npm install angular-grid

Handling Large Data Sets

The grid engine uses AngularJS where required and native Javascript at all other times, giving the best performance. A grid written solely in AngularJS will be inherently slower.

Row Virtualisation provides a window on top of the data, rendering only DOM objects visible within the viewable area. This makes displaying hundreds of thousands of rows within the browser a reality, allowing the user to filter and group to the data of interest.

Features

  • Column Pinning
  • Column Resizing
  • Data Sorting
  • Quick Search
  • Advanced Filtering
  • Custom Rendering & Cell Styling
  • Data Editing
  • CSS Themes
  • Header Grouping
  • Row Grouping & Aggregation
  • Click & Checkbox Selection
  • API
  • Printable

Check out the examples and the documentation to see if it is a good fit for you.

www.angulargrid.com

Releases

Releases are located in website/dist

About

An Advanced Datagrid for AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.2%
  • PHP 8.9%
  • HTML 8.3%
  • CSS 1.6%