# Scroller
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen every quickly. What the virtual rendering means is that only the visible portion of the table (and a bit to either side to make the scrolling smooth) is drawn, while the scrolling container gives the visual impression that the whole table is visible. This is done by making use of the pagination abilities of DataTables and moving the table around in the scrolling container DataTables adds to the page. The scrolling container is forced to the height it would be for the full table display using an extra element.
Key features include:
* Speed! The aim of Scroller for DataTables is to make rendering large data sets fast
* Full compatibility with DataTables' deferred rendering for maximum speed
* Integration with state saving in DataTables (scrolling position is saved)
* Support for scrolling with millions of rows
* Easy to use
# Installation
To use Scroller, first download DataTables ( http://datatables.net/download ) and place the unzipped Scroller package into a `extensions` directory in the DataTables package. This will allow the pages in the examples to operate correctly. To see the examples running, open the `examples` directory in your web-browser.
# Basic usage
Scroller is initialised by simply including the letter `dt-string S` in the `dt-init dom` for the table you want to have this feature enabled on. Note that the `dt-string S` must come after the `dt-string t` parameter in `dom`. For example:
```js
$(document).ready( function () {
$('#example').DataTable( {
dom: 'lfrtipS'
} );
} );
```
Note that rows in the table must all be the same height. Information in a cell which expands on to multiple lines will cause some odd behaviour in the scrolling. Additionally, the table's `cellspacing` parameter must be set to 0, again to ensure the information display is correct.
# Documentation / support
* Documentation: http://datatables.net/extensions/scroller/
* DataTables support forums: http://datatables.net/forums
# GitHub
If you fancy getting involved with the development of Scroller and help make it better, please refer to its GitHub repo: https://github.com/DataTables/Scroller
没有合适的资源?快使用搜索试试~ 我知道了~
基于Vue.js的HR-Web人事系统前端设计源码
共447个文件
js:181个
vue:102个
png:49个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 195 浏览量
2024-09-26
02:32:41
上传
评论
收藏 22.27MB ZIP 举报
温馨提示
本项目是一款基于Vue.js框架开发的人事系统前端设计源码,包含450个文件,涵盖181个JavaScript文件、100个Vue组件文件、49个PNG图片文件、42个CSS样式文件、18个HTML模板文件、10个文本文件、7个JPG图片文件、5个Markdown文件、4个PSD设计文件、3个SVG矢量图文件。此外,还包括PHP后端代码和Shell脚本。该系统专注于人事管理,适用于企业内部人事信息处理。
资源推荐
资源详情
资源评论
收起资源包目录
基于Vue.js的HR-Web人事系统前端设计源码 (447个子文件)
_redirects 13B
nginx.conf 2KB
nginx.conf 2KB
nginx.conf的副本 2KB
bootstrap.theme.css 161KB
bootstrap.min.css 118KB
AdminLTE.min.css 87KB
ionicons.min.css 50KB
datepicker3.css 33KB
vue2-tree-.min.css 32KB
font-awesome.min.css 30KB
select2.css 17KB
app.css 16KB
jquery.dataTables.css 15KB
select2.min.css 15KB
jquery.dataTables_themeroller.css 14KB
jquery.dataTables.min.css 13KB
dataTables.tableTools.css 10KB
dataTables.bootstrap.css 9KB
dataTables.tableTools.min.css 7KB
jquery-jvectormap-2.0.3.css 6KB
demo.css 6KB
demo.css 6KB
dataTables.colVis.css 6KB
vue2-tree.css 5KB
dataTables.colVis.min.css 4KB
skin-blue.min.css 3KB
dataTables.responsive.css 3KB
pace.css 2KB
pace.min.css 2KB
iconfont.css 2KB
iconfont.css 2KB
dataTables.scroller.css 710B
dataTables.scroller.min.css 572B
dataTables.colvis.jqueryui.css 558B
dataTables.fixedColumns.css 530B
dataTables.autoFill.css 493B
dataTables.autoFill.min.css 344B
dataTables.fixedColumns.min.css 327B
dataTables.colReorder.css 224B
dataTables.colReorder.min.css 139B
dataTables.keyTable.css 107B
dataTables.fixedHeader.css 97B
dataTables.keyTable.min.css 95B
dataTables.fixedHeader.min.css 87B
bootstrap.min.css.map.css 1B
iconfont.eot 5KB
iconfont.eot 5KB
.eslintrc 39B
.gitignore 121B
.gitkeep 0B
events.html 19KB
scrolling.html 16KB
simple.html 16KB
html.html 16KB
demo_symbol.html 9KB
demo_symbol.html 9KB
demo_unicode.html 8KB
demo_unicode.html 8KB
server-side_processing.html 8KB
demo_fontclass.html 7KB
demo_fontclass.html 7KB
simple.html 6KB
large_js_source.html 6KB
state_saving.html 6KB
api_scrolling.html 6KB
index.html 4KB
index.html 3KB
index.html 3KB
favicon.ico 15KB
background1.jpg 1MB
background.jpg 817KB
banner.jpg 16KB
user1-128x128.jpg 3KB
g2.jpg 1KB
half.jpg 1KB
half.jpg 975B
jquery.dataTables.js 429KB
moment-with-locales.min.js 244KB
state.js 215KB
select2.full.js 154KB
select2.js 134KB
Chart.js 107KB
jquery-jvectormap-world-mill.js 102KB
jQuery-2.2.0.min.js 84KB
dataTables.tableTools.js 83KB
jquery.dataTables.min.js 78KB
select2.full.min.js 72KB
select2.min.js 63KB
clndr.js 61KB
jquery-jvectormap-2.0.3.min.js 56KB
underscore.js 52KB
Chart.min.js 51KB
bootstrap-datepicker.js 46KB
dataTables.fixedColumns.js 40KB
dataTables.scroller.js 37KB
bootstrap.min.js 36KB
dataTables.colReorder.js 35KB
utils.js 32KB
dataTables.tableTools.min.js 31KB
共 447 条
- 1
- 2
- 3
- 4
- 5
资源评论
wjs2024
- 粉丝: 2269
- 资源: 5459
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于C语言的系统服务框架.zip
- (源码)基于Spring MVC和MyBatis的选课管理系统.zip
- (源码)基于ArcEngine的GIS数据处理系统.zip
- (源码)基于JavaFX和MySQL的医院挂号管理系统.zip
- (源码)基于IdentityServer4和Finbuckle.MultiTenant的多租户身份认证系统.zip
- (源码)基于Spring Boot和Vue3+ElementPlus的后台管理系统.zip
- (源码)基于C++和Qt框架的dearoot配置管理系统.zip
- (源码)基于 .NET 和 EasyHook 的虚拟文件系统.zip
- (源码)基于Python的金融文档智能分析系统.zip
- (源码)基于Java的医药管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功