You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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. [See details](#url-synchronization)
18
18
- Support of [Angular UI Router](https://github.com/angular-ui/ui-router) navigation.
19
19
- Optional support of fixed header table: [Bootstrap Demo](http://angular-data-grid.github.io/demo/fixed-header/bootstrap-grid.html)[Material Design Demo](http://angular-data-grid.github.io/demo/fixed-header/angular-md-grid.html)
20
+
- Optional support of CSV data exports: [Demo](http://angular-data-grid.github.io/demo/bootstrap/)
20
21
- 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.
21
22
NOTE! With great power comes great responsibility, so use non-isolated API wisely.
<pdata-height="768" data-theme-id="21603" data-slug-hash="xZddZm" data-default-tab="html" data-user="AngularDataGrid" class='codepen'>See the Pen <a
228
-
href='http://codepen.io/AngularDataGrid/pen/xZddZm/'>xZddZm</a> by AngularDataGrid (<ahref='http://codepen.io/AngularDataGrid'>@AngularDataGrid</a>) on <ahref='http://codepen.io'>CodePen</a>.</p>
0 commit comments