angular-ui-grid Questions
3
https://jsfiddle.net/4byyuqtc/1/
I'm looking to have the ui-grid select all "children" under a grouping when the grouping line is selected. In this case Kit Kat(1), Mr. Goodbar(1), Krackel(2) an...
Tila asked 10/7, 2017 at 18:35
5
Solved
I am using cellTooltip property of colDef but that does not seems to be working.
$scope.gridOptions.columnDefs = [{ displayName: 'Test', field: '_test',
cellTooltip: function (row, col) { return...
Transported asked 22/11, 2016 at 10:52
4
Solved
I am using angularjs with ui-grid. One column of the grid contains a timestamp that I would like to render as a properly formatted date.
Up to now, I tried like this but the function is never call...
Roche asked 12/10, 2015 at 12:39
5
Solved
I am using ui grid to show a list of data and I am trying to initially expand all rows.
I am trying to do this in the onRegisterApi event:
scope.GridOptions =
{
data: properties,
columnDefs:
...
Overtly asked 17/6, 2015 at 13:34
3
Maybe somebody can help me with a little problem. I am pretty new in the field of web programming, but I have programming experience.
I would like to develop a small website that uses angularjs an...
Durtschi asked 7/10, 2014 at 9:23
12
In AngularJS ui-grid , how can I configure the grid so that it can auto adjust the width of the columns according to the contents when it render?
I know there is a tutorial showing the auto size f...
Standford asked 21/5, 2015 at 20:36
10
Solved
I am using AngularJs ui-grid http://ui-grid.info/.
While implementing, I get something which you can see in the following img in right corner of the cell instead of dropdown symbols.
Which file...
Nichellenichol asked 30/10, 2014 at 11:35
0
1)I am saving entire DIV - TestDIV from a HTML page in AngularJS to SQLServer database.
2)TestDIV has many DIVs nested inside it, including UI-Grids.
3)I save the HTML as a VARCHAR(MAX) column in S...
Hydroxylamine asked 3/8, 2021 at 14:31
3
I am using angular-ui-grid 3.2.5
Scrolling with gridApi.infiniteScroll.on.needLoadMoreData($scope, $scope.getDataDown) is working well, but when we are pushing new data when data changes in grid vi...
Swordfish asked 24/11, 2016 at 9:20
2
Solved
Did I miss the link that documents ALL the available uiGridConstants for uiGrid fields in one place? I was working on columnDefs filter and found out EQUAL does not work. That's when I realized the...
Betrothed asked 1/6, 2016 at 17:32
5
Solved
How do I format the aggregate value for a column in ui-grid?
With my numbers I get something horrible like
total: 6370.046074130321
when I would like
total: $6370.05
I tried both:
footerC...
Harty asked 18/5, 2015 at 19:35
5
Solved
I am using UI Grid to display some data. One of the columns is text so I have 'contains' filtering which works perfectly.
I am also using pagination. The right corner of the UI-Grid shows somethin...
Dafodil asked 5/2, 2015 at 10:56
3
I am trying to update visibility option in the columDefs of my ui-grid. After updating the value I need to refresh my ui-grid. What is the way to refresh my grid from my controller?
Adkisson asked 29/10, 2014 at 15:15
4
Solved
What am I missing here? The grid renders with no errors, blank rows... I checked and JSON is coming in fine up to this point $scope.gridOptions.data = response['data']; It seems like its rendering ...
Eurasian asked 11/2, 2015 at 6:0
4
Solved
I spent a long time that to resolve this problem and need some help. I'm rendering grid on my page with help Angular Ui-Grid, but cannot force it to refresh data after I've added new row.
In my ma...
Inkling asked 2/6, 2016 at 17:59
1
I have the requirement of copying the whole row data on clipboard on just select/click of a row. I'm sharing the plunker URL where I'm only able to copy the cell text -
http://plnkr.co/edit/EVrB5I...
Nathalia asked 16/8, 2019 at 7:34
3
I wanted to add a new row into my existing grid. Also, the row which is getting pushed should be editable.
I tired below code and the row is getting added, But I wanted editable fields to be added...
Trapshooting asked 28/9, 2015 at 8:53
2
I've noticed when I sort a column with numeric values it does not seem to sort correctly. For example I have a column with the following numbers: 565, 5786, 6335, 6351, 61447. When I sort the colum...
Mislike asked 13/4, 2016 at 8:17
3
I'm using ui-grid. But I cannot get the $scope.gridApi from download function. And get the error: Cannot read property 'selection' of undefined. Somebody can tell me the reason? thanks.
$scope.gr...
Campobello asked 20/4, 2015 at 15:57
2
Solved
I added a js file, ui-grid.js and it uses a function uppercase() which is not recognize. All other angular function are working in my project, but when I include the js file, I have this error.
I ...
Outshine asked 30/6, 2017 at 14:8
6
I'm using angular ui-grid and have a long grid with almost 30 columns, I want to set fixed width for columns so that at least column header can be seen easily. Is there a way to set, say 10% width ...
Baziotes asked 27/6, 2016 at 8:50
4
Solved
I need to change row color of angular ui grid based on some condition.
The target is achieved in ng-grid as shown
rowTemplate: '<div style="height: 100%" ng-class="{red: row.getProperty(\'view...
Peavy asked 3/2, 2015 at 2:45
4
I have a ui-grid with a bunch of columns using the built in filtering. One of the columns is "owner". There is a button you can click that says "My Items". When clicked that button should populate ...
Arias asked 5/11, 2015 at 2:3
4
Solved
I am looking for some help regarding a feature of the Angular UI Grid. Specifically I am exploring filtering and while I was able to successfully implement sorting using free form text field(s) in ...
Meow asked 22/1, 2015 at 20:8
4
Solved
I'm using ng-grid's new 3.0 release ui-grid to make a grid in my application. What i'm trying to do is make one of the editable cells in my table an ng-options dropdown that is filled with data ret...
Alternator asked 7/10, 2014 at 21:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.