RathaR / custom-grid

Simple grid control directive for AngularJS and demo

Home Page:http://rathar.github.io/custom-grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-grid for AngularJS Build Status

Live demo: http://rathar.github.io/custom-grid

Supported features:

Configurable filtering, sorting and editing for primitive type columns

Configurable paging: classic/infinite scroll

Configurable spinner

Some performance optimization(one-time binding used if possible, to avoid extra watchers)

Items editing in two ways: modal and inline

Multiple items selecting and removing

Filtering by selection

Select all currently viewed items

Selection state saving

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

About

Simple grid control directive for AngularJS and demo

http://rathar.github.io/custom-grid

License:MIT License


Languages

Language:JavaScript 48.1%Language:ApacheConf 27.4%Language:HTML 19.8%Language:CSS 4.7%