angular-table icon indicating copy to clipboard operation
angular-table copied to clipboard

An angular directive for a table with fixed, sortable headers, row selection, row even/odd coloring, which automatically stays the correct height relative to its container when the browser is resized....

Results 32 angular-table issues
Sort by recently updated
recently updated
newest added

This would be a great feature. Have you any thought on how this might appear in the DSL?

new-feature

I don't see a way to add a function to sort different columns. All I see is the default-sort-column. How do I set this up for sorting on different than...

it'd be nice if there was an attribute that allowed you to enable/disable scrolling.

Andrew Bone reported that angular 1.2.6 was not working with angular-table. Need to reproduce this and if an issue then fix.

investigating

as a means of providing more feedback that sorting occurred, it would be great if there was an option to highlight the column when clicking on the corresponding header. perhaps,...

Hi author, Would you like to check your example at [http://angulartable.com/](http://angulartable.com/). It fires $digest issue at init state and every time I click on sort column. I still completely can...

It is really necessary to calculate width's and height's using javascript? shouldn't this be handled by the CSS rules in place? I see there is a lot of effort on...

bug
in-progress

the header on http://angulartable.com/demo/index.html renders improperly in Firefox 23.0.1 but correctly in Chrome. Specifically, the header extends out over the scrollbar and the column lines no longer line up with...

bug