Top "Ngtable" questions

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

ng-table grouping - initialize with rows minimised

I am using the grouping example of ng-table from http://plnkr.co/edit/CBcbkc Right now the table is initialised …

angularjs ngtable
How to export whole data from a table in angularjs including all paginated data?

I am trying to export data from a ng-table using ngTableExport plugin for angularjs but this only exports data from 1 …

angularjs ngtable plunker
ngTable with Checkboxes not select all the check boxes on the grid

How can I select all check boxes on the grid when I click the top check box.At this moment …

angularjs ngtable
Error: [$injector:unpr] Unknown provider: ngTableParamsProvider <- ngTableParams

I am trying to use ng-table and tried adding it on many places but its giving error for all cases. …

javascript angularjs ngtable
How to set dynamic data-title in ngtable (angular plugin)

I want have a multi language view with an ngTable. For do that, i set in my controller a $scope.…

angularjs angular-ui ngtable
ngTable.reload() unable to refresh ng-table does not show new data second time

ngTable.reload() unable to refresh ng-table does not show new data second time code for index.js where i'm binding …

angularjs angularjs-directive angularjs-ng-repeat ngtable
Buttons per Row in AngularJS ngTable

I need your help... I start angularJS and I have a little problem unsolved.. <table> <tbody> &…

javascript angularjs ngtable
How to bind title attribute value in ng-table

I am using ng-table to display all values in a table view. Message to be displayed in remarks column (last …

angularjs ngtable
ng-table pagination, sorting and filter not working

I am trying to use ngTable but its not working as expected. I've implemented pagination, sorting and filter Here is …

angularjs ngtable
How to trigger export to csv for a table data from a different template in angularjs?

In a html body I have 2 templates one for header and other for template. Header template has a save and …

angularjs ngtable