angular-table
angular-table copied to clipboard
Angular directive which allows to declare sortable tables and to add pagination with very little effort
Can you please publish the newest version of this library to NPM? We have this as a legacy dependancy and are updating our systems to use NPM, but the newest...
how i can request data when the user goes to next page instead requesting the entire data at once. Thanks in advance. please help
Hello, I have tried to use webpack to bundle my angular app. I used `require("angular-table")` to include this package in the project after using npm to install this package (v1.0.4)....
if you have multiple tables and pagers on the same page, I noticed that pagers are affecting each another. It appears a scope isolation issue.
Integration with angular-1.6.4 give the following error. Here is the HTML, ``` ``` And, here is the JS, ``` WebServices._get(ConstantService.GET_ALL_SERVER).then(function(value) { $scope.serverList = value.data; console.log($scope.serverList); $scope.config = { itemsPerPage: 2,...
Hi, The version constraint for angular in bower.json is currently stuck on the 1.2 branch. Is there any known incompatibilities with more recent versions? If not, could the constraint be...
I'm able to hide a column's contents by adding `class="hidden-xs hidden-sm"` but the header, which is generated using `at-title="Name of Column"` doesn't get hidden like the column contents do. Is...
Use quoted object retrieval instead of property-based, which allows for arbitrary key names in the at-attribute directive.
hi guys see http://samu.github.io/angular-table/examples/examples.html interactive example if i copy and paste'Kristin Hill' in the Filter input ,it can filter Kristin Hill but then if you copy and paste another one...
Above enhancement will help in api dependant pagination. Crowding up data in an array while initiation is not Api friendly.