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

Hi The repository is very good and does most of the work. But I am not able find a way out when we add ng-click events via template and perform...

Is it possible to create a table with nested collapsable rows something similar to this ![image](https://user-images.githubusercontent.com/2439008/44544014-272d5400-a6df-11e8-8ecd-4c87668efe17.png)

Suppose pagination and server side data is used. At first, we have 11 rows (10 rows per page thus 2 pages: page 0 and page 1): row 0 to row...

I have a table with some columns but I need the last one to remain fixed ... is there any way to do this? ... thanks in advance

Hi, my objects (rows) array as below. [ { row1: { data1: { k1: v1 }, data2: { k1: v1 } }, row2: { data1: { k1: v1 }, data2:...

The documentation doesn't mention that this component depends on **angular-ui/ui-sortable** and that depends on **jQuery**. These two significantly bloat the resulting bundles. Maybe make the sorting optional?

enhancement