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

A table component built with angular (1.x) that is catered to real-time data.

Results 18 angularjs-table issues
Sort by recently updated
recently updated
newest added

Sometimes you want to update one record in your table. It would be nice (especially in server version) to update one record without loading whole dataset from server. Function might...

feature request

Hey, I am just starting out with this library and can't get rid of this TypeError: > TypeError: Cannot read property 'forEach' of undefined at updateSortPriority (ap-mesa.js:575) Any ideas what...

bug

Is there a way to export current column widths and display order so that the display options can be preserved?

question

It would be wonderfull to create new version of selectAll: - selectAll that selects alll rows from all existing rows (in server version it will be only the current page)...

feature request

Added `fixedWidthLayout` as an options parameter. Allow resizing of columns beyond viewport. ![fixed_width_layout](https://user-images.githubusercontent.com/75582/32337060-3849f8ce-bfae-11e7-89c6-040aae4b1a23.gif)