我有一个代码
gnuplot> i = {0.0,1.0}
gnuplot> plot [y=1:100] 1 + (0. + 0.2440625921544017*i)*(0.9680598247711271/y**5 + 0.4600760626004062/y**4 + 0.31009952311074734/y**3 + 0.3289857649601461/y**2 + 0.7029129290126906/y)
}
她的问题是我在一个表中显示数据,限制为10个自动$ index + 1值1-10数据。当我使用分页移动页面时假设第2页$ index + 1我是另一个当他移动页面时如何成为11?
答案 0 :(得分:0)
将$index
设为($scope.itemsPerPage * $scope.currentPage)+1
实施例。如果要显示第2页,则(10 * 1)+ 1 = 11