基于jQuery UI的tableGird插件 jQuery UItableGird插件JavaScriptjQuery
程序员文章站
2022-07-13 22:56:01
...
/*! tableGrid on jQuery UI - v0.1.0 - 2012-12-05 * https://github.com/Ysudo/tableGrid * Copyright (c) 2012 Yun Sudong; Licensed MIT * Depends: * jquery.ui.core.js * jquery.ui.widget.js * jquery.ui.button.js */jQuery UI是一套很不错的widget库,可惜一直没有Grid插件。自己动手写了个。欢迎Pull Request 。
代码托管于 GitHub: https://github.com/Ysudo/tableGrid/blob/master/src/tableGrid.js
ReadMe:https://github.com/Ysudo/tableGrid/blob/master/README.md
browser support: Chrome, Safari 5+, Firefox 3.6+, and Internet Explorer 8+.
examples:
样例使用了我们自己的一个加载系统,可忽略。
基本
滚动加载数据
设置尺寸
添加按钮
列排序
数据预处理
使用模板
LICENSE: MIT
上一篇: Thymeleaf在spring boot中快速上手
下一篇: jQuery UI插件整理