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
0
votes
0 answers

Variable width columns in angular-grid

I'm using AngularGrid to show a grid with several fixed width columns. The grid itself should take the whole page, except for the left column of the page. That part works, using a css calc. Now, I want one of the grid columns to fill up the rest of…
Jorn
  • 20,612
  • 18
  • 79
  • 126
0
votes
0 answers

JQuery Dynamic selector to change background color not working

I have a div for an AngularGrid row which I want to have its background-color changed, it should change on a click event of a callback function for its cellRendered property: function hightlightedRow(params) { if (params.value) { …
CoderRoller
  • 1,239
  • 3
  • 22
  • 39
0
votes
0 answers

Ecmascript 6 and angular,angular grid autocomplete onSelect doesn't work

onselect function doesn't work.can't find why? anyone who can help me?? loadAutoAllocationGrid() { this.autoAllocationGrid = { gridTitle: 'Allocations', remoteEnable: false, showColumnFooter: false, …
Viraj Amarasinghe
  • 911
  • 10
  • 20
0
votes
1 answer

Can an angular-grid cellRenderer somehow use templateUrl and pass parameters to it?

While exploring the angular grid from http://angulargrid.com I got stuck with an unimportant feature like having action buttons inside a cell and processing the click using a templateUrl and not an inline HTML template. The use case is…
ioikka
  • 189
  • 2
  • 11
0
votes
1 answer

AngularGrid doesn't load when refresh page

I'm using this AngularGrid system and everything is working so far, except when i refresh the page. In the doc there is an orientation on how to solve this: To get the reference of instance you need to define angular-grid-id on the element which…
celsomtrindade
  • 4,501
  • 18
  • 61
  • 116
0
votes
2 answers

Angular Grid (ag-grid) show/hide not working

I am using Angular Grid (ag-grid) to display data. In my gridOptions, I use cellClicked to call a function when one of the columns is clicked. That function, SeeDetails simply sets a variable on the scope to true or false to hide/show the div…
Chris
  • 795
  • 2
  • 12
  • 27
0
votes
2 answers

Which provide the best grid performance Angular Grid or Slik Grid or any other?

I was planning to make a grid based application. i have 2 main requirements:- 1-performance 2-Some Excel type look and functionality. I was thinking about angular js. But i have heard that angular js with angular grid has very bad performance…
Hardik Munjaal
  • 93
  • 1
  • 13
-1
votes
2 answers

Issue with creating a checkbox in angular grid and also not binding with my controller

I am not able to make checkboxes in angular-grid in angularjs and i have used celltemplate but its not binding with my controller I have tried in my controller: "cellTemplate":'
Harshit
  • 11
  • 1
-3
votes
1 answer

is there way to create a pagination for a page in angular?

I am unable to create angular pagination for a list of cards i added some cards but i do not know how to make the component with pagination
1 2 3 4
5