ng-grid Questions
3
Solved
Is it possible to "disable" or lock the selection of a ng-grid using the inbuilt functionality? I want the user to be able to select a row, click a button and then the grid will stay locked until t...
Brassie asked 30/10, 2013 at 16:24
3
Solved
I'm newbie to protractor framework, and I've been trying for a while to figure out how to get the outerHTML/InnerHTML/getText() (child elements) so that I can test if an element <img> is rend...
Bui asked 19/12, 2014 at 16:25
5
Update #1: after the fix I commented about, now my app starts but the grid is not rendered except for its bounding box and filter button and popup. Yet, I get no error from the console, and as far ...
Technique asked 25/7, 2013 at 17:34
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
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
5
Solved
I want to add link to ng-grid.
Here is my code for your reference
<html ng-app="myApp">
<head lang="en">
<meta charset="utf-8">
<title>Getting Started With ngGrid Exam...
Flamen asked 19/8, 2013 at 9:2
4
Solved
Please find the ng grid example in plunker
http://plnkr.co/edit/CncDWCktXTuBQdDVfuVv?p=preview
It will allow user to select only one row but there will be one selected row at all time. I want to...
2
I need to dynamically change the header row height of an ng grid, depending on which column headers need to be displayed. Some columns have a very long header and I want the column name to wrap so ...
4
Solved
I am using Angular JS ui Grid
http://ui-grid.info/docs/#/tutorial/312_exporting_data_complex
My requirement is that I want to show e.g. 5 columns, but when I export PDF, I don't want to export ce...
Calvo asked 7/1, 2015 at 2:11
1
Solved
What is the difference between $cookiestore and $cookies in angularjs.
I saw the angularjs document.
$cookiestore and $cookies are doing same think, but the only difference is
$cookiestore- ...
Marley asked 7/4, 2015 at 5:51
4
Solved
I'm setting the selection of my ngGrid from JavaScript, calling gridOptions.selectItem(). I have multiSelect set to false, so there is only ever one row selected. I'd like the ngGrid to automatical...
3
Solved
I'm new to AngularJS and SmartTable...I'm currently trying to get SmartTable to have a show/hide toggle for the columns. From what I undertstand SmartTable doesn't do this, so I am using the ng-Gri...
Epicycle asked 19/1, 2015 at 23:13
6
Solved
I have been looking for an example on how to implement a button to remove a selected row, but I couldn't find anything useful so far.
Can anyone please give me a hint? Here is the plunker example....
6
Solved
I'm wondering how to show a simple loader before data was loaded.
I'm using ng-grid-1.3.2
I'm googling but I didn't find any example.
Bye
Phrasing asked 11/9, 2013 at 14:16
7
Solved
How do I get ng-grid to auto resize its height based on the page size? The documentation on ng-grid's site uses a fixed height. The best solution I've seen comes from this link:
.ngViewport.ng-sco...
2
Solved
I have following ng-grid.
$scope.IssueGrid = {
data: 'IssueGridList',
multiSelect: false,
selectedItems: $scope.selectedRow,
enableColumnResize: true,
enableRowSelection: true,
headerRowHei...
Fussy asked 4/9, 2016 at 9:5
4
Solved
I am using ui-grid. I have a lot of rows and that is why I use scrolling. Everything works perfectly ok until I try to change the height of the rows. Then the scrolling becomes a mess. I have added...
Neill asked 29/11, 2014 at 9:41
2
Solved
I have upgraded my AngularJS SPA application from ng-grid v2.0.7 to ui-grid v3 and my column headers no longer wrap around. My column headers are now single lined and show an ellipsis ... when the ...
Lyallpur asked 25/2, 2015 at 22:8
6
I'm trying to create a simple working example of using ng-grid with ASP.NET WebAPI. Thus, I started from the server-side paging example in the ng-grid examples page (http://angular-ui.github.io/ng-...
Colver asked 22/7, 2013 at 11:11
4
Solved
I'm trying to add a column that have a link to another page (is an ng-grid table). That link contains one of the values of the row
I tried something like this:
$scope.columns = [
{field:'id', di...
4
Solved
I can't believe I have to ask this, but how do I download the Angular UI Grid?
From http://ui-grid.info/:
After, I click the Download button (above), I get taken here:
Now what? I don't see ...
Ophir asked 26/9, 2014 at 17:26
3
I am trying to use Angular ng-grid to show some dynamic content. The grid will have 0 - 25 rows. I want to have a minimum size and then have the ng-grid auto adjust the height as items get added to...
1
Solved
I have a column binded to a field called state, which has the values: S or L. I want to map this to following:
S => Short,
L => Long
This is how the binding is defined:
$scope.gridOptions = {
e...
Serviette asked 17/3, 2016 at 19:47
5
Solved
Please Help me....any plugin is there..?
I have searched for exporing excel and PDF in angularjs. using ng-grid.
Exporting ng-grid data to CSV and PDF format in angularjs
Cerberus asked 19/9, 2013 at 12:14
4
I can't seem to get any paging or column re-sizing working in the new ngGrid (ui-Grid) rc build v3.0.0-rc.11. It should be really straight forward according to this example: http://ui-grid.info/doc...
Captivate asked 3/10, 2014 at 10:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.