Top "Ngtable" questions

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

Angularjs ng-table with AJAX data source, sorting and filtering

I'm trying to apply the ngTable directive to my Rails app, but can't get it right. I'm still a newbe …

angularjs angularjs-directive ngtable
ng-table sorting not working

I have created an application using ng-table, the application is working fine which had generated table using ng-table. The problem …

javascript angularjs sorting ngtable
How to Center Align ng-Table Header?

All , I am using ng-table for the Grid. I am using following code snippet to set the column . But I …

angularjs ngtable
Starting with AngularJS. 'NgTableParams' is not defined

I'm starting with my first AngularJS Application. I try with angular-gulp-browserify-starter, and work fine. But now I try add ngTable, …

angularjs ngtable
How to populate select filters on ng-table from async call

tl:dr How can I populate an ng-table including 'select' filters using ajax/json? Plunk showing the problem: http://plnkr.…

javascript angularjs ngtable
AngularJS ngTable filtering by Date

I'm trying to set up ngTable in my application, but it doesn't support filtering by Date, and I can't figure …

angularjs ngtable
ng-Table not rendering new data when reloading request

i have page with ng-table which works fine with initial data. I have a select box which send server request …

angularjs ngtable
Loading JSON via AJAX with NgTable parameters

I'm trying to use ngTables to sort and filter data using an AJAX call. Currently I am able to replicate …

javascript ajax json angularjs ngtable
How to get a fixed columnwidth with ngtable?

I am getting my head around the ngtable. Just one question, how can I make the columns fixed width? In …

angularjs ngtable
Pagination controls not showing up in ng-table when fetching data from backend

I am fetching a list of data from the backend and displaying it using ng-table. The problem is that its …

angularjs pagination ngtable