ngtable Questions

3

Solved

My code is $scope.loadQuestions = function() { $scope.questionCount = 0; $scope.questionTable = new NgTableParams({ count: [] }, { total: 19387, getData: function($defer, params) { $scope.f...
Broderickbrodeur asked 8/3, 2016 at 14:18

8

Solved

I'm having trouble centering a button in a td. This is probably a simple CSS issue, but the app is using bootstrap, AngularJS, AngularJS-ui-bootstrap, and ngTable. I've included all of these compo...
Milo asked 13/3, 2014 at 16:46

8

In my small AngularJS app, I render several tables using the ngTable library. Only one could use pagination. The others will always fit on less than a page. Every rendered ngTable seems to add the ...
Goldstone asked 15/3, 2014 at 16:57

3

Solved

I am using the grouping example of ng-table from http://plnkr.co/edit/CBcbkc Right now the table is initialised with rows expanded, but I would like them to be minimised as I have over 100 records...
Brubeck asked 14/3, 2014 at 23:55

5

Solved

I am fetching a list of data from the backend and displaying it using ng-table. The problem is that its not showing the pagination controls. Previously, when I used dummy data to show the ng-table,...
Ballou asked 11/5, 2014 at 12:40

8

Solved

tl:dr How can I populate an ng-table including 'select' filters using ajax/json? Plunk showing the problem: http://plnkr.co/Zn09LV Detail I am trying to get to grips with AngualrJS and the ng...
Kocher asked 3/6, 2014 at 16:2

3

I am trying to have a select filter in ngtable. I followed this example but looks like if the select item has a space (eg: Not Installed or Not Running), then it does not work (filter). I am puttin...
Erminia asked 13/7, 2015 at 12:19

4

I have am following the first example of ng-table (http://bazalt-cms.com/ng-table/example/1). Everything seems to work except tableParams. As soon as I include it in the controller nothing is disp...
Barbarous asked 28/3, 2014 at 0:23

3

I'm trying to construct a table using ngTable, but with different custom filtering than described in the example from the ngTable page. I want filtering in place, but I don't want ngTable to rende...
Asarum asked 17/3, 2014 at 16:2

3

Solved

I am running into a problem using ng-table where the params that should be passed into my getData function is undefined. I an new to AngularJS and ng-table, so any help would be appreciated. I have...
Brasilein asked 23/8, 2016 at 16:23

1

Solved

What data grid should be used for an Angular 2 project if performance is a concern? I have been using ng-table for Angular 1, but am unsure which one would be good in terms of performance f...
Deteriorate asked 4/4, 2016 at 17:36

1

I am using ng-table plugin to paginate a table like this: $scope.ngtableParams = new ngTableParams({}, { counts:false, getData: function(params) { return $http.get($rootScope.app.authApi + 'que...
Klipspringer asked 29/11, 2015 at 2:58

4

I have an ng-table. I have multiple ng-tables inside one controller. I am giving dynamic attributes i.e. ng-table="tableParams2" or ng-table="tableParams3" etc. to them. I am making an ajax request...
Arundell asked 22/4, 2014 at 19:16

4

Solved

I am trying to use ng-table and tried adding it on many places but its giving error for all cases. When I am adding ngTable in app.js, its giving: Error: [$injector:unpr] Unknown provider: ngTa...
Diathesis asked 10/7, 2014 at 12:1

2

Solved

I'm trying to refactor my code to ES6. I'm using angular-meteor and ng-table. Before refactoring, the data is shown on the table. However, after refactoring to ES6 syntax, the data doesn't show any...
Alexandria asked 13/9, 2016 at 11:37

2

Solved

How can I select all check boxes on the grid when I click the top check box.At this moment it clicks only the current page check boxes.If you can simulate your solution on Plunk,it's highly appreci...
Jimmie asked 11/10, 2014 at 11:47

6

All , I am using ng-table for the Grid. I am using following code snippet to set the column . <td data-title="'Access ID'" sortable="'accessID'" style="width:120px" class="text-center"&gt...
Configuration asked 18/3, 2015 at 17:54

3

I'm using ng-table to display some information. I would like to make the header and footer of the ng-table fixed and force the ng-table to draw scroll bars within the rows. The ng-table documentat...
Grindle asked 17/5, 2014 at 14:32

4

Solved

I have created an application using ng-Table, the application is working fine which had generated table using ng-Table. The problem which i am facing is that the table sorting is not working. My co...
Baobaobab asked 16/4, 2016 at 15:15

3

Hello I try figure out how make server side pagination with angularjs an ngtable. I have two web services: localhost:8080/app/api/period Method GET return json list of entities. As parameters are...
Cabriolet asked 8/6, 2014 at 13:7

6

Solved

I have created a table and I am using http to load the data in the tables. So, in every click, my table data is changing, but I don't see the updated data in the table. I had created a sample Plunk...
Pears asked 27/4, 2014 at 16:35

4

I'm trying to use ngTables to sort and filter data using an AJAX call. Currently I am able to replicate the data with an ng-repeat, but none of my sorting functions apply. I referenced this example...
Bogey asked 16/2, 2014 at 0:37

2

I'm starting with my first AngularJS Application. I try with angular-gulp-browserify-starter, and work fine. But now I try add ngTable, but gulp build says: 'NgTableParams' is not defined. I'm t...
Vegetarian asked 29/12, 2015 at 23:41

3

Solved

I have a list of objects to display on a table with ngTable. My object looks like : obj {label:string, nestObj{nestLabel:string } } In my controller I want to allow sorting and filtering on ...
Asch asked 15/1, 2015 at 8:56

4

Solved

I've got a list of invoices in ng-table and would like to be able to filter on a nested attribute. The json looks like this; [ { id: 1, date: "20/03/2014", no: "1", client: { fullname: "ABC ...
Cameron asked 20/3, 2014 at 5:32

© 2022 - 2024 — McMap. All rights reserved.