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
6
votes
2 answers

displaying nested json in ag-grid

I am using Angular Grid (ag-grid) to display data. i am trying to display nested json data in my angular grid. but i was unsuccessful. below is the sample json data and colDefs. please suggest that why dot operator is not working unlike jqgrid, to…
manjunath
  • 73
  • 1
  • 1
  • 5
6
votes
3 answers

Create tree in angular-grid (ag-grid) with async data loading

I am trying to use angular-grid (ag-grid) to display a tree like in the example provided in the documentation: http://www.angulargrid.com/example-file-browser/index.php In the given example, all the data is already provided. How do I use async data…
Alexander Zbinden
  • 2,315
  • 1
  • 17
  • 21
6
votes
3 answers

Custom Sorting in Angulargrid - sort case insensitve

I am using ag-grid for generating some tables. So far it has been great. But I am experiencing some difficulty in sorting because my table has some data which are in lowercase and I want my sorting function to ignore the case and sort them just has…
rjl
  • 75
  • 1
  • 5
5
votes
2 answers

How to do server-side sorting/filtering in angular-grid?

There is currently an open issue to add server-side sorting/filtering to the angular-grid project. Has anyone found a work-around to implement this functionality with the current grid implementation? Hacky or not, I'll still take it.
Travis Collins
  • 3,982
  • 3
  • 31
  • 44
3
votes
0 answers

After searching in database. In Angular grid, infinite scrolling is not working

After database search using filter, scrolling is not working otherwise it works fine. Below is my code for get data down method. $scope.getDataDown = function() { var promise = $q.defer(); $scope.lastPage++; if ($scope.data.length <…
Dip Parmar
  • 312
  • 1
  • 13
2
votes
2 answers

AngularJS 1.4.4: ng-click not working in grid

I have a simple Web UI build in angularJS 1.4.4. I am stuck in a basic problem of the click event in UI grid. On click of eye button and file button in the grid, successnotification() function defined in the controller is not called. Whereas for…
Dharita Chokshi
  • 1,133
  • 3
  • 16
  • 39
2
votes
0 answers

Angular Grid resizing and a transition effect

I have a page with an Angular Grid and I have it set up so that I am able to click a button and resize the grid's pane from the default 70% to 100%. I do have to rely on calling the grid api method "handleWindowResize" method so that the grid…
mche
  • 616
  • 10
  • 16
2
votes
0 answers

Karma/Jasmine unit testing and ag-grid

I'm stuck with my Karma/Jasmine tests of an AngularJS 1.3.15 application using ag-grid 3.0.0 because of an 'undefined' when trying to access to the API functions (e.g. $scope.gridOptions.api.showNoRowsOverlay()). After googling and trying a lot…
Nicola
  • 21
  • 1
  • 5
2
votes
1 answer

AngularJS implementing ui-grid

I am attempting to use the ui-grid along w/ AngularJS for the first time. I was initially doing a tutorial on ngGrid... but when I looked up the reference files they all said ui-grid on them.... so now I am a bit confused. I have referenced the…
Philo
  • 1,931
  • 12
  • 39
  • 77
2
votes
1 answer

Module 'angularGrid' is not available! with ag-grid and HotTowel

I’m somewhat new to AngularJS and the HotTowel toolchain. The bower install of ag-grid places appropriate (.css & .js) links in the index.html file. The dependency to ‘angularGrid’ has been attempted against different modules (e.g. app, core, etc.)…
Ray Heath
  • 23
  • 1
  • 3
2
votes
1 answer

How to get angular-grid to listen to a row deselect event

I am curious if there is a way to get Angular Grid to listen of a "deselect" devent, similar to it's "rowSelected" event. I have a table where one column is a checkbox. I would like that table to send a POST indicating whether a checkbox has been…
slee
  • 287
  • 2
  • 7
  • 15
2
votes
0 answers

aggrid dynamically change row height and header height

I have a specific question about angulargrid. I am trying to implement a feature which would dynamically change the grid size based on the row count. This feature is not currently supported by angulargrid. Therefore, I looked in to ng-grid which has…
marko
  • 43
  • 6
2
votes
0 answers

angulargrid dynamic height based on row count

I am using angulargrid library for a table grid. I am trying to implement dynamic height based on row count on the angulargrid and make my table fit the whole page and not scroll the data in a small table as is now.To do that I wrote a function that…
marko
  • 43
  • 6
2
votes
0 answers

ngAnimate (very) slow when using grid

I have 2 tabs: 1 has a grid with 1000 records 2 has a little piece of html code. If i use ngAnimate while changing the tabs, it is very slow!(i mean, almost 10 seconds delay just for opaticy-transition). I can understand that when 2->1 it might…
Asqan
  • 4,319
  • 11
  • 61
  • 100
1
vote
1 answer

Display checbox in Guipaging block in generi-ui grid angular

I am using below grid in angular https://generic-ui.com/examples Below is screenshot of how it looks in my system. In the end you can see one Checkbox with Show All. I want to display that checkbox under Search option in left side of pagination. You…
Test
  • 29
  • 5
1
2 3 4 5