infinite-fake-data:滚动时将假数据加载到表格中的示例

时间:2024-07-15 07:27:57
【文件属性】:

文件名称:infinite-fake-data:滚动时将假数据加载到表格中的示例

文件大小:194KB

文件格式:ZIP

更新时间:2024-07-15 07:27:57

JavaScript

无限假数据 , 这个演示展示了一个简单的表,数据来自页内模拟后端,其中每个请求被减慢 1 秒。 接收到的数据存储在 angular $scope 数组中,绑定到表中。 该演示作为静态页面工作,因为所有内容都是在本地编译/运行的。 加载数据 附加到页面的控制器函数只是调用后端 url,跟踪要请求的下一个数据切片 $scope . fetch = function ( ) { $scope . fetching = true ; $http . get ( url + '/slice/' + startIndex + '/' + ( startIndex + fetchNumber ) ) . success ( function ( response ) { $scope . people = $scope . people . concat ( response )


【文件预览】:
infinite-fake-data-master
----.travis.yml(134B)
----package.json(1KB)
----dist()
--------index.html(2KB)
--------src()
--------lib()
--------app.js(775B)
--------README.md(4KB)
--------Faker.js(220KB)
----Gruntfile.js(3KB)
----src()
--------default-delay.es6(36B)
--------slow-down-http.js(807B)
--------index.html(2KB)
--------app.es6(1KB)
--------infinite-fake-data.es6(685B)
----.gitignore(40B)
----lib()
--------ng-infinite-scroll.js(2KB)
--------Faker.js(220KB)
----README.md(4KB)
----bower.json(676B)

网友评论