angular-data-table
angular-data-table copied to clipboard
A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
Bumps [angular](https://github.com/angular/angular.js) from 1.6.10 to 1.7.9. Changelog *Sourced from [angular's changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md).* > # 1.7.9 pollution-eradication (2019-11-19) > > ## Bug Fixes > - **angular.merge:** do not merge __proto__ property >...
I am trying to pass a custom comparator for a column but it is not getting called. After researching the source code, I found that the comparator function is not...
I tried the filter demo example. I did not work with my Chrome browser on OSX. So I started to dissect the code in filters.html. I ended up removing .toLowerCase()...
there is a problem when you have multiple tables on page with more than 100K records, when you scroll the table doesn't properly show the records
i was using template for each cell, and also
hi team ``` i am getting a margin of 20px on right of dt-header and dt-body , ``` so that it looks not nice because of showing some white space...
Accounting for lack of $onInit callback in 1.4 #252
Previous polyfill added enumerable property to global array prototype and broke all "for .. in" cycles
sometimes the data is not visible when loaded (scrollbarV: true), you need to trigger an event over the datatable in order to view the data: http://codepen.io/anon/pen/PZGBqg
Is there an easy way to implement drag and drop features for moving around rows in a tree table? (moving nodes [and its children] from one parent to another). If...