ng-table
ng-table copied to clipboard
Simple table with sorting and filtering on AngularJS
Allows per-column configuration of default sort order for #677
I've found that there is an attribute templatePagination to ng-Table I guess I have to check how the current pagination is done in order to prepare a template. Is there...
Hi, I was wondering if there is a fix for the following issue: Whenever you enable text filtering for individual columns on a dynamically generated table, as soon as you...
Does anyone have an example of a date range filter for ngtables? ive been looking everywhere for it but i havent really found a good example for it
Hi I want to add glyphicon to a column based on row value .For example if `row.firstProperty==row.secondProperty` then the glyph be added to column. I review documentations and examples but...
Hello. I've got an external function which loads table items. I need to implement following: 1. Recieve events on page / order change - something like `tableParams.onParamsChange(callback)` 2. An ability...
like so I would be able to make something like this ``` { title: '', field: 'id', sortable: false, getValue: function($scope, row) { console.log($scope) var value = row[this.field]; return $sce.trustAsHtml('Edit');...
Table heading icons. #89 was closed on 2013. 4 years later there is no solution. Please kindly add it. In a column I really need to add a button at...
Hi All, I am looking for a way to get getData function to get trigger NOT when I am typing on the filters, but when I am clicking on a...
As of now ng-table directive can be used as a attribute on a table element. This reduce the ability to manage the table behaviour based on ngTable scope. As an...