Questions tagged [ui-grid]

For questions related to data grid module for AngularJS which is part of AngularUI.

should be used for questions related to data grid module for which is part of

Usage

<div ng-controller="MainCtrl">
  <div ui-grid="{ data: myData }" class="myGrid"></div>
</div>

References

483 questions
-1
votes
1 answer

How to change the color of the cell dynamically after the ui grid is loaded

Searched Stack Overflow and Google a lot but cannot understand how to change the background color of a cell in ui grid after the grid is loaded with values. For example after a button press I want to change background color on the cell.
-1
votes
3 answers

Date formatting not working with cellFilter

In response i will receive a date like '2016-09-07 20:00:23.234 IST' and am trying format the date like '07/Sep/2016 20:00:23.234' with help of ui-grid cellFilter. like { "name": "creationTimestamp", "type": "date", …
it'sme
  • 531
  • 6
  • 23
-1
votes
1 answer

Angular UI-GRID: Loop through array of JSON objects

Please help... I have array of objects, having some attributes and corresponding values. Example: Various types of scores for the group of students. Each score_object has a result, test name (math, english, biology et cetara) and test group name…
Hari
  • 3
  • 2
1 2 3
32
33