angular-data-table
angular-data-table copied to clipboard
A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
See Example here: http://codepen.io/anon/pen/bEqdNR Table shows "Loading..." the first time. If i update the data with a function by clicking the button "Loading..." will not appear.
Hi , I have a requirement where i want to get a call back when ever i scroll horizontal way is there any solution !?
Cant navigate clicking a link inside the rows. Placing a "A" tag with either href or s-ref leads to the same result. Also, if you click inside the table, hitting...
It would be useful for headerRenderer to take the same arguments as cellRenderer, as is currently implied in the templates demo at https://github.com/swimlane-contrib/angular-data-table/blob/5bb422f69ec4f77d3aa6ab1006ea6c351eac95f0/demos/templates.html#L80: ``` headerRenderer: function(scope, elm){ ``` Instead, it...
Every row gets the dt-row-odd class in my table, when I have scrollbarV set to false. getRows(refresh) is only called at construction, where $$index is set up, which is then...
By far the best angular table! Trying to utilize within a dialog at the moment and running into issues concerning the initial render. http://codepen.io/larchy/pen/bpZpYG Close/reopen the dialog to see the...
Currently on moving to next page by clicking next button or the page button, 1 element is always getting skipped. A pen demonstrating the issues (on moving to page 2...
There is a callback when a row gets selected, on-select, but when using multiselect, a similar callback indicating what row was just unselected would be quite useful.
It clashes with the standard attribute "selected", and some tools (htmlmin for instance) does some harmful transformations on such attributes (selected="value" => selected). There are workarounds though.
when i am adding table to application. it highly reduce the performance.