Questions tagged [ngtable]

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

ngTable

This directive enhances your HTML tables. It support sorting, filtering and pagination. Header row with titles and filters automatic generated.

Features provided by ngTable

  • Pagination
  • Sorting
  • Filtering
  • Cell template
  • Row template
  • Params in url
  • Ajax
  • Table with hidden pagination
  • Custom template(pagination)
  • Custom filters
  • Table with checkboxes
  • Table with grouping
  • Table with grouping with callback
  • Table with external control of data
  • Export to CSV
616 questions
0
votes
1 answer

How to add column separators with angularjs ngTable

I'm using the "ngTable" component (enter link description here) in my AngularJS app to present tabular data. It's a little simpler to use than ngGrid, and I don't like how ngGrid configures your table (I especially don't like putting the table…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
0
votes
1 answer

how to combine google charts with ngTable

I am trying to combine googlecharts with ngTable. This is my chart: http://plnkr.co/edit/RB2G4zjwaTKrrrRVdyFz?p=preview. The data for the chart, I want to get them from this table: http://bazalt-cms.com/ng-table/example/21 To explain it better, in…
ng-User
  • 243
  • 1
  • 6
  • 18
0
votes
2 answers

Selects droplist inside ngTable loses its scope

If I put the Selects (select.js) droplist inside ngTable, and try to show the selection from outside the table, it loses its scope and doesn't show the selection. Hopefully, I was able to explain this. Here's the preview. In the preview, you will…
user730009
  • 313
  • 1
  • 5
  • 18
0
votes
2 answers

Same view multiple controllers in Angular

I am using ng-table directive to show tables with data. My current view utilising the table is : ...
I have couple of more pages that need to display the same table…
Michael
  • 22,196
  • 33
  • 132
  • 187
-1
votes
2 answers

What is the best way to sort and filter data in a table with AngularJS?

How can I sort and filter data in a table with AngularJS? The rows of my table are interactive. Users can delete/add a row. I've looked into ng-table, it's more complicated than I thought when the data in the table is constantly changing. I've also…
CiCi
  • 31
  • 1
  • 7
-1
votes
1 answer

How to filter in ngTables

I want filter in ng-Tabel but it's not working
majid
  • 51
  • 1
  • 3
  • 10
-1
votes
2 answers

NgTable not showing data, Only headers are shown

I am trying to run simple code for ngTable but its showing only the headers and no data is shown. I am using the latest documentation for ngTable.