Top "Ngtable" questions

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

Trying to center align button in td

I'm having trouble centering a button in a td. This is probably a simple CSS issue, but the app is …

html css angularjs twitter-bootstrap-3 ngtable
How to reload angularJs ng-table

I have an ng-table. I have multiple ng-tables inside one controller. I am giving dynamic attributes i.e. ng-table="tableParams2" …

javascript angularjs ngtable
Data Grid for Angular 2

What data grid should be used for an Angular 2 project if performance is a concern? I have been using ng-table …

angular grid ngtable
AngularJS ng-table fixed headers

I'm using ng-table to display some information. I would like to make the header and footer of the ng-table fixed …

angularjs ngtable
Angular ng-table dynamic headers doesn't work inside

I am using ng-table with dynamic columns, using the creator's example found at http://bazalt-cms.com/ng-table/example/20 It worked …

angularjs ngtable
Custom filter with AngularJS ngTable

I'm trying to construct a table using ngTable, but with different custom filtering than described in the example from the …

angularjs ngtable
How to render an ngTable without the pagination decorations?

In my small AngularJS app, I render several tables using the ngTable library. Only one could use pagination. The others …

javascript html angularjs ngtable
How to refresh NG-Table loaded from an http request with dynamic data

I need to be able to refresh the data in my ng-table. The following images contain the full use case …

angularjs http ngtable
ng-table not working for dynamic data

I have created a table and I am using http to load the data in the tables. So, in every …

javascript angularjs ngtable
Ng-Table tableParams

I have am following the first example of ng-table (http://bazalt-cms.com/ng-table/example/1). Everything seems to work except tableParams. …

angularjs ngtable