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

Expand row immediately after populating ui grid with data?

I want to expand the row in the ui grid immediately after populating it with data. This is the function for populating the data. $http({ url: '/Parameters/GetQuarterJson', data: { AccountID: $scope.selectedProject, Year:…
0
votes
0 answers

Filter in angular-grid is showing irrelevant filters once filtering data using one column - Angular Grid

https://www.ag-grid.com/javascript-grid-filtering/#gsc.tab=0 I am referring this link but didn't get any option to implement filter properly. I referred Built In Filters Example but in angular-grid.js @version v1.12.4 this functionality doesn't…
0
votes
0 answers

angular grid hide when filter the records

I am using angulargrid and I have products array $scope.products and fetch records from database everything is perfect and grid is showing. When I apply filter like I query records from database and reassign the records to $scope.products but grid…
Qubaish Bhatti
  • 700
  • 5
  • 22
0
votes
1 answer

Protractor: Fetching data from standard Angular GRID which redraws when scroll left or right

I have standard angular Grid which has around 45+ columns. AT a time only 10 are visible on GRID. to fetch data for remaining 35 columns, you need to scroll right and then only you can fetch data for the same. Is there a way in protractor where we…
Ketu
  • 1
  • 1
0
votes
1 answer

ui-Grid or ag-Grid or any other, which is the best for angular Application?

Which angular grid provides best performance in MVC API Application and great function for client to use?
Naimish Mungara
  • 213
  • 1
  • 4
  • 14
0
votes
1 answer

Items from Firebase not displaying in Angular Grid

I'm having some difficulty getting items to display inside this grid when getting them from Firebase. I managed to get it working with a custom Service that returned a static array. I know the data is reaching the browser because I can log it out…
0
votes
1 answer

Selecting group level row on selecting all event on ui-grid

I am trying to react on event when user clicks on select all event on header of ui-grid. All rows do get selected, which is expected behavior, but high level group rows are not selected which in my opinion is counter-intuitive for a user. You can…
Antea
  • 177
  • 1
  • 4
  • 10
0
votes
1 answer

AngularGrid library produces empty space in some special cases

I am using Angular grid to achieve a Pintrest-like fluid layout of items on my page. It works fine in general but in soem special cases it produces an empty space on my page. It seems the position of item7 is not calculated correctly I am using…
suMi
  • 1,536
  • 1
  • 17
  • 30
0
votes
0 answers

Angular Grid doesn't work as expected

In public folder in laravel project is stored ag-grid folder. Here's content of default.blade.php where are stored all links to css and js scripts.
0
votes
1 answer

How to set the Focus on Particular Cell in UI Grid

I have a situation where, if I edit Cell1, UI Grid will run validators for Cell1, but I also want to run the validators for Cell2. If Cell2 value is not proper then I want to set focus on Cell2 with validation message set in…
Parag Patil
  • 93
  • 2
  • 15
0
votes
1 answer

How to horizontally center AngularJs ng-Grid checkbook colum

I am new to Angular Js and I am creating a Grid using Angular Js ng-Grid, it has a column with check-boxes but those are aligned to left, if anyone can explain me how to align them to center would be appreciate. here is controller's grid…
0
votes
0 answers

Grid in angularjs which supports Server side filtering, Sorting & Pagination using Spring MVC

I am in search of a sample code/Project of AngularJS Grid Implementation with Server-side filtering, Sorting & Pagination using Spring MVC Hibernate. I could find many grids available in Internet. but If some can help me suggesting which is the best…
Naresh Raj
  • 297
  • 1
  • 6
  • 18
0
votes
1 answer

how to add drop down on header using grid (not input field)?

I am trying to use Ui-grid from this link http://ui-grid.info/docs/#/tutorial/101_intro. I make a simple example of ui-grid in plunker..I need to add select box on "Gender" as filter .If I select "male" it show only data who is "m or If I select…
0
votes
2 answers

$http is not a function error in ag-grid

I am using Angular Grid (ag-grid) to display data. In my table, whenever user adds a comment by inline editing, i intend to make a rest call and save comment in DB. I have put $http thing to make rest call in newValueHandler. In debugger i see that…
rajya vardhan
  • 1,121
  • 4
  • 16
  • 29
0
votes
1 answer

Material Design Grid Widths not aligning up

Fiddle: http://jsfiddle.net/hectooorr/dcwt3to2/ I have 2 problems. Unable to align 2 containers next to each other. Unable to get a consistent width. First problem: How can I get 2 containers to align up next to each other when they are both 50% in…
Hectooorr
  • 665
  • 1
  • 8
  • 15