tableParams = new ngTableParams({ page: 1, // show first page count: 2 // count per page }, { counts: [], total: $scope.data.length, // length of data ...
確定! 回上一頁