Skip to content

Commit 64c877a

Browse files
authored
Update README.md
1 parent c87e29d commit 64c877a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ Demo Material: http://angular-data-grid.github.io/demo/material/
88

99
Demo 100k: http://angular-data-grid.github.io/demo/100k/
1010

11+
Demo Angular UI Router: http://angular-data-grid.github.io/demo/bootstrap/ui-router.html
12+
1113
### Features
1214
- Does not have any hard-coded template so you can choose any mark-up you need, from basic `<table>` layout to any `<div>` structure.
1315
- Easily switch between the most popular Bootstrap and Google Material theming, or apply your own CSS theme just by changing several CSS classes.
1416
- Built-in sync with browser address bar (URL), so you can copy-n-paste sorting/filtering/pagination results URL and open it in other browser / send to anyone - even if pagination / filtering are done on a client-side.
17+
- Support of [Angular UI Router](https://github.com/angular-ui/ui-router) navigation.
1518
- Unlike most part of other Angular DataGrids, we intentionally use non-isolated scope of the directive to maximize flexibility, so it can be easily synchronized with any data changes inside your controller.
1619
NOTE! With great power comes great responsibility, so use non-isolated API wisely.
1720

0 commit comments

Comments
 (0)