Top "Ngtable" questions

ngTable is an AngularJS directive that is used for simple sorting and filtering html tables.

how to add dynamic column in ng-table using complex object or json?

i have following code for ng-table:see plunker var app = angular.module('main', ['ngTable']). controller('DemoCtrl', function($scope, $filter, ngTableParams) { …

javascript json angularjs ngtable
ngtable server side pagination

Hello I try figure out how make server side pagination with angularjs an ngtable. I have two web services: localhost:8080/…

ajax angularjs pagination ngtable
How to sort and filter ngTable date (milliseconds) data?

I am pretty new to Angularjs need some help with sorting date in milliseconds in descending order as well as …

javascript angularjs ngtable
In ngTables, running $scope.tableParams.reload() for the third time results in TypeError: Cannot set property '$data' of null

This error is in regards to the ngTable plugin for AngularJS. I seem to be having a really weird error. …

javascript angularjs ngtable
Params undefined in ng-table's getData function

I am running into a problem using ng-table where the params that should be passed into my getData function is …

javascript angularjs ngtable
ng-table TypeError: Cannot set property '$data' of null

I'm using ng-table to display information from an API call which I group like the example on the website. However, …

javascript angularjs ngtable
angularjs ng-table is not showing data on returning to listing

I'm using AngularJS 1.2.10 stable with a Rails project and I'm trying to get ng-table working with my data and nothing …

angularjs ngtable
I'm getting TypeError: Cannot call method 'slice' of undefined when loading data from factory ng-Table AngularJS

I'm new to AngularJS and got stucked in displaying the data when using ng-Table coming from a service. I'm getting …

angularjs ngtable
AngularJS ngTable is slow on lot of data

I have a data massive with lot of data and try to display this data in table at AngularJS (with …

angularjs ngtable
How do i filter a row based on any column data with single textbox

I am using ng-table. I tried to use filter given in the example, but for filtering each column i need …

angularjs angularjs-directive angular-ui ngtable