https://github.com/aeharding/nggrid-madjs-talk
Not all Angular Data Grids are Created Equal - July 13, 2015 talk at MadJS
https://github.com/aeharding/nggrid-madjs-talk
Last synced: 3 months ago
JSON representation
Not all Angular Data Grids are Created Equal - July 13, 2015 talk at MadJS
- Host: GitHub
- URL: https://github.com/aeharding/nggrid-madjs-talk
- Owner: aeharding
- Created: 2015-07-09T15:52:59.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-13T22:01:24.000Z (about 11 years ago)
- Last Synced: 2025-03-21T15:52:37.706Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://aeharding.github.io/ngGrid-madJs-talk
- Size: 10.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Not all Angular Data Grids are Created Equal
* **By Alexander Harding**
* [Meetup link](http://www.meetup.com/MadisonJS/events/220340781/)
* [Presentation link](http://aeharding.github.io/ngGrid-madJs-talk)
#### Where?
Madison Central Public Library
#### When?
Monday, July 13, 2015
6:00 PM
## Summary
Data grids are hard. A data grid is much more complicated than other components: sorting, filtering, paginating, searching and performance/weight are a few concerns. Reusable data grids must play nice with local and remote data, and must be very customizable for each unique implementation without bringing in the kitchen sink. In the Angular world, there already exist many solutions, both free and paid: UI Grid (in beta), Angular Grid, and Smart Table are a few of many. Most of the data grids currently available are poor solutions to a common need to throw tabular on the screen with Angular. In this talk, I will provide an overview into existing solutions, show pros and cons of each in live code, and show what you should consider when choosing a data grid -- either one available today or that you may encounter in the future.
## About me
I'm a frontend developer with Angular experience, and I've both built and consumed Angular data grids for a UI library built on Angular in my day job that many other teams consume with many different requirements. After the third iteration, we finally got it right.
## Notes
Note: Participants are expected to have a good understanding of Angular.
Sponsored by Omni Resources