基于jQuery UI的tableGird插件

阅读更多

/*! 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

你可能感兴趣的:(jQuery,UI,tableGird插件,JavaScript,jQuery)