angular-data-table
angular-data-table copied to clipboard
A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
Hi, I'm using swimlane datatable in angular 2 ( with node.js), my datatable is like this: {{row.messageSubject}}-{{row.messageRefNum}} {{row.messageOverview}} my page has a list in the left panel, and item details...
Fixes issue/275
Currently in the $destroy event of the DataTableDirective scope, the directive unbinds from the resize event. The issue is that it doesn't only unbind it's own resize handler, but all...
Row selection by Check box (header checkbox) Select all checkbox will allow us to select all the rows in table, But if we uncheck even one from the rows, Header...
Currently one of the demos is showing that cellScope is passed to the `headerRenderer` function similar to the `cellRenderer`. After looking at the code it was only passing the element....
Hi, I would like to create a renderer that will make a row colorful based on one column values. Also based on the same column values I would like to...
Hi! Loved the features of Angular Data Table, but came across a issue. We return first and last name in separate json fields, and I couldn't find a native way...
Hello, how can I add translation in the table headers? Is it possible? Code: ``` ``` Thanks.
It would appear that when using selectable without multiSelect (i.e. select one item at at time in the table), the variable bound using the dtable's selected attribute doesn't get populated....
Fix for #212 1) In demo, sets group:true to 1 column (the code only accounts for this anyways at this time) 2) pulled refreshTree, refreshGroup logic into its own method...