Questions tagged [angular-grid]

Angular Grid is a high performance and feature rich data grid for AngularJS. Light weight, minimal footprint, no external dependencies.

Angular Grid is a high performance and feature rich data grid for . Light weight, minimal footprint, no external dependencies.

The Angular Grid engine uses AngularJS where required and native Javascript at all other times, giving the best performance. A grid written solely in AngularJS will be inherently slower.

69 questions
1
vote
2 answers

Angular grid reverse columns

We are using angular-grid to display a grid of dynamic columns. ie: col1 col2 col3 col4 col5 col6 col7 col8 col9 colx The columns are being returned in the correct order, however, angular grid is displaying them back to…
Simon
  • 1,412
  • 4
  • 20
  • 48
0
votes
0 answers

add tootltip on hover in generic-ui angular grid

I am using following grid in Angular. I want to show tooltip on hover for each row. But I can't found if this grid provide this kind of functionality OR I need to create this from scratch. https://generic-ui.com/guide/quick-start Does any one use…
Test
  • 29
  • 5
0
votes
2 answers

Want to access index of array in angular

I am getting array in this way, check attached image. Now I am trying to display edit icon as this below : { header: 'Edit', field: 'id', view: (value: string, obj: any) => { return `