Questions tagged [angular-ui-grid]

angular-ui-grid is a datagrid written in AngularJS by the AngularUI Team. This is the 3.x version of the former ng-grid. It is a high-performant datagrid using virtualization for rendering rows and really shines when you have lots of rows.

UI Grid is a datagrid written in by the AngularUI Team, no jQuery.

It is a high-performant datagrid using virtualization for rendering rows and really shines when you have lots of rows.

1895 questions
0
votes
1 answer

Angular UI-grid, how to tell what the next column in the scroll is

I have a ui grid that has 20 columns, and I would like to be able to tell what the next column will be as I scroll through the horizontal axis so that I can have some text that will tell the users what the names of all the columns they can't see…
IWI
  • 1,528
  • 4
  • 27
  • 47
0
votes
1 answer

display multidimensional array data angular ui-grid

I get next data structure array from api: var data = [ { id: 1, name: 'test 1', properties: [ { …
0
votes
2 answers

Angular UI-grid header cell icon swap

I am building a grid using angular ui-grid. The column headers have a downward chevron like so: I would very much like to change that icon to something else. Is there a simple way to do this without having to go through the headache of creating a…
IWI
  • 1,528
  • 4
  • 27
  • 47
0
votes
0 answers

Change style specific element

I have three UI-grids in my screen (page and partial view). In a specific grid i need to add a class to wordwrap a specific column. I set the slyle like bellow: