angular-ui-grid Questions
2
Solved
Is there a way to remove the option to export to pdf from the ui-grid dropdown menu? I want to keep the ability to export to csv, but cannot figure out how to remove the pdf feature without removin...
Alvey asked 21/7, 2015 at 5:38
4
Solved
I want to highlight an entire row of angular-ui-grid when the mouse is on top of it.
I have tried to modify the rowTemplate by adding ng-mouseover and ng-mouseleave callbacks which set the backgr...
Lowbred asked 26/11, 2015 at 17:32
2
Solved
I want to select certain rows on page load(working days)
This is the plunker
plnkr.co/edit/48NyxngWNGIlOps1Arew?p=preview
Any suggestion?
Murphree asked 30/11, 2015 at 13:55
4
Solved
I have created a plunker here: http://plnkr.co/edit/zGqouwzxguef13lx48iP?p=preview
When I click in a cell of the ui-grid in the day view then nothing happens. What I expected is that the test func...
Autonomic asked 4/11, 2014 at 20:37
1
I use ui-grid in my project with angularjs.
In my project ui-grid exports content to excel file and it's working perfectly.
Here is ui-grid declaration:
and here ui-grid definition in javasc...
Torbert asked 13/3, 2018 at 22:3
8
Solved
I am using : https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release/3.0.0-RC.18
<div ui-grid="gridOptions" style="height:765px"></div>
When I hard code the value, as shown...
Complacency asked 8/1, 2015 at 10:0
4
I want to show/hide columns after the grid is rendered. Before i moved to the new ui-grid
I called to toggleVisible() but now it doesn't seem to work.
I tried to change the column def visibility(or...
Floodlight asked 26/10, 2014 at 10:17
4
Solved
I'm using a headerCellTemplate in the columDefs of my ui-grid (not ng-grid but the new rewrite). In the html I have a checkbox. Essentially I am trying to add a checkbox in the header of a column t...
Maryellen asked 29/10, 2014 at 1:54
2
Solved
I have a column in my grid which is contains several buttons. I want to only disable the filtering feature in that column.
For example, filtering should be available in office phone but It has to...
Aleshia asked 10/9, 2015 at 15:42
2
I was looking at the following example of treeview using Angular 1.5: link
In the css section it specifies a fixed height for .grid as follows:
.grid {
width: 500px;
height: 500px;
}
Is there...
Bora asked 7/7, 2017 at 5:12
2
Solved
I'm using Angular ui-grid 2.0.12, is it possible to add a hyperlink inside a given cell, or for that matter any type of html code? I've been trying to follow this tip: Add html link in anyone of ng...
Epiphany asked 15/9, 2014 at 12:43
2
I am using angular-ui-grid 3.1.1 with 25,50,75 records at a time.
Each cell is having different celltemplates e.g, onclick popovers, hover popovers, file download links, data with profile images, d...
Lethargic asked 20/4, 2016 at 11:12
3
Solved
I have a simple UI grid with these options:
$scope.transactionGrid = {
enableSorting : true,
enableColumnResize : true,
enableScrollbars : true,
enablePaginationControls : false,
minRowsToSho...
Braille asked 3/3, 2016 at 21:4
4
I need to know how to implement save and restore state in angularui grid without using any buttons. I need to save the state automatically when ever we do any changes in the grid. We have to auto r...
Diu asked 2/9, 2015 at 6:50
6
Solved
How to add conditional when showing data in ui-grid cellTemplate below:
$scope.status = ['Active', 'Non Active', 'Deleted'];
$scope.gridOptions = {
columnDefs: [{
field: 'code'
}, {
field: 'na...
Secrete asked 1/11, 2014 at 11:13
3
I have an ui-grid with just 1 column and about 1000 rows. Each row have a textbox in it. I want to navigate through textbox by tab. This works fine about 10 - 15 rows, after that the textbox is los...
Mellophone asked 3/10, 2017 at 14:2
6
The grid options below display the data as expected. But If I try to to format the row.entity[col.field] value in my cellTemplate, I don't get any data returned.
Code:
$scope.gridOptions = {
ena...
Sisterhood asked 2/1, 2015 at 19:2
2
Solved
I was wondering whether a Angular UI grid standalone is possible.
All of the examples use $http.get which seem to need a server for angular to work.
Please help me with creating a desktop or stan...
Chrysarobin asked 28/7, 2017 at 3:28
3
I have the below configuration of the UI-grid and menu but I am getting the menu opened for every element shown(i know the problem that same menu is opening for all the items as there is no differe...
Latashalatashia asked 6/7, 2017 at 11:47
1
Solved
I have a UI-grid Custom Directive and I am changing the height of grid with a condition that if it has more than 10 rows I am fixing the height, this is the following code
scope.gridOptions.data =...
Saturnalia asked 13/7, 2017 at 5:55
1
I want to separate ui-grid-menu-button from the ui-grid-menu. So my select column buttons will be in another place.
I tried to put a watch on the toggleMenu function and in a click on my button it ...
Dutchman asked 27/10, 2014 at 15:0
1
There is another stack overflow question at the following url however it happens to be a year old with zero answers:
External ui-grid-menu-button
Basically I need to find a way to separate ui-gri...
Fellatio asked 19/8, 2015 at 22:52
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
2
Solved
I used UI Grid in my project and below is a snapshot of the gridOptions variable that I used. The Problem is everything was working fine. But from past 1 or 2 weeks the vertical scroll is insanely ...
Soma asked 13/2, 2017 at 12:0
© 2022 - 2024 — McMap. All rights reserved.