ng-grid Questions
3
I looked at the angular-ui modules because I need to implement a grid.
I saw that there is the stable ng-grid and the unstable version ui-grid.
Which version should I use?
Are they very di...
Flytrap asked 6/10, 2014 at 8:4
2
Solved
If you set the enablePaging options of an ng-grid to true, you enable server-side pagination.
What about client-side one? I could not find any hint on this in the documentation, but I can not imag...
Tressietressure asked 28/11, 2013 at 8:46
1
I am using ui-grid (angular's fast grid system).
If I set 'enableFiltering: true', I get an text box under each column header that I can use to filter the grid, awesome.
Now I need some or even all...
6
is there any way to apply the height of the row in ng-grid according to its content.
there is one option rowHeight which is changed the height of all row. But I want dynamic row height according to...
Baxy asked 30/9, 2013 at 12:49
5
Solved
How do I create (or access) an array of selected rows in my ng-grid?
Documentation (scroll to "Grid options")
id | default value | definition
--------------------------------------------...
Daggna asked 1/6, 2013 at 17:27
3
Solved
I think this is most likely very simple but I cannot find any clear documentation on how to add a filter outside of the 'filterText' that is shown on their website. What I am trying to do is someth...
Kuopio asked 31/7, 2013 at 18:14
11
Solved
I am creating an App with AngularJS and Bootstrap 3. I want to show a table/grid with thousands of rows. What is the best available control for AngularJS & Bootstrap with features like So...
Rough asked 27/1, 2014 at 7:22
1
Solved
I'm using the Angular.js 'ng-grid' data grid and am trying to make its behavior responsive. When I resize the screen I'd prefer the grid columns to become stackable automatically as opposed to keep...
2
Solved
Currently, I am using ng-grid to show data in a tabular way. Also, for some tables that have rather lots of records, I am am using server-side paging to fetch the data.
I am not quite satisfied w...
Vogel asked 24/3, 2014 at 19:31
3
Solved
I do have an application where user selects an option to get grid data from server side and depend upon what option user selects, the number of columns in grid data may vary. I am using Angularjs a...
2
Solved
I have a nested ng grid.
var faculty = angular.module('faculty', ['ngGrid']);
faculty.controller('facultycontroller', function facultycontroller($scope, $http, $window)
{
$scope.facdata = [{
ex...
Ribosome asked 8/8, 2014 at 14:33
1
Solved
I'm creating a table that will be a readonly display of information. Using the table row ng-repeat approach I can easily define cells that contain multiple values from my model such as the followin...
1
I'm posting this with reference to this previous post Server-side paging+filtering+sorting for ng-grid with WebAPI, hoping to be able to finally come up with a simple, yet working sample of using n...
2
Solved
is there any way to align the cell text values to centre/right? Thank you.
Here is a plnkr basic example.
2
Solved
How can I restyle the header of ng-grid?
In particular how can I change the background-color and the text color of the header row?
1
Solved
I've got pretty long column titles in my ng-grid and trying to wrap words there. I've been dancing around custom 'headerCellTemplate' for some time and now words are wrapped, but I can't reach the ...
1
Solved
THIS PLUNKER REFERS
I'm having an issue using ng-Grid inside a ui.bootstrap accordion. Take a look at my Plunker to see the issue in action.
Essentially, when placing a grid inside an accordion w...
Defrayal asked 11/6, 2014 at 8:13
3
Solved
In my project, I have a requirement to bring focus on first row of ng-grid as soon as the grid loads and it should move to next row when I press the down key. I added the following event:
$scope.$...
Synchrocyclotron asked 6/7, 2013 at 3:20
4
Solved
We would like to use the Angular UI ng-grid, but can't seem to find an option to tell the viewport within the grid to not set the overflow to auto and not scroll.
What we'd like to do is have the ...
Kisangani asked 16/8, 2013 at 14:36
2
Solved
I have within ng-grid options:
afterSelectionChange: function (row, event) {
console.log("Event: " + event);
console.log("Row: " + row.rowIndex);
},
The first time a row is selected, it works...
2
Solved
I am using the AngularJS ng-grid (v2.0.7 v2.0.8) and I would like to understand the syntax for the filterText field in the API.
In particular I would like to know how to filter on a specific colu...
Aldon asked 6/12, 2013 at 21:42
2
I am using angular button in a ng-grid. I need to know how can i identity which button was clicked from within the grid.
I guess part of the complexity is that the button is clicked before the row...
2
Solved
When I put two ng-grids on the same page and open the colum menu for the first one, the second grid's header overlaps it as seen in this screenshot:
I've tried setting the z-index on the column ...
1
I would like to configure ng-grid to obtain the following multi selection behaviour:
Selecting a single row cancels the previous selection
Selecting with Ctrl or Shift adds to current selection (...
Asgard asked 16/10, 2013 at 17:12
2
Solved
I've been searching for some time for a solution for displaying a tooltip on ng-grid but with no luck. When I use the cellTemplate on ng-grid for customizing the cell to include a tooltip I have ex...
Selfdetermination asked 20/8, 2013 at 15:17
© 2022 - 2024 — McMap. All rights reserved.