Skip to content

Commit

Permalink
1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
ryming committed Jan 31, 2016
1 parent 751ee31 commit cf20520
Show file tree
Hide file tree
Showing 40 changed files with 136 additions and 91 deletions.
3 changes: 2 additions & 1 deletion CHANGE-LOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
v1.37 2015-09-13 使用优化、性能优化、BUG修复
v1.37 2015-11-24 使用优化、性能优化、BUG修复

1,修复pageSize为0或pageAll为tue且数据条数为0时隐藏不了表头列的bug;
2,增加参数showPageToolbar控制是否显示分页工具条,默认值true显示;
3,增加9个方法,获取分页及排序相关值;
4,修复当页记录条数为0时不执行afterRenderGridMethods系列方法的bug;
5,增加grid属性ajaxType,默认post,可修改为get;
6,增强分页工具条的按钮显示、最小宽度自定义;



Expand Down
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,46 @@ jQuery.bsgrid - 简单实用、功能丰富、易扩展的jQuery Grid插件

源码:[Github](https://github.com/baishui2004/jquery.bsgrid/)
 
演示:<a href="http://bsgrid.coding.io/documention/themes.html" target="_blank">皮肤</a>
&emsp;<a href="http://bsgrid.coding.io/examples/zh-CN.html" target="_blank">示例</a>
&emsp;<a href="http://bsgrid.coding.io/documention/documention.zh-CN.html" target="_blank">文档</a>
演示:<a href="http://bsgrid.oschina.mopaasapp.com/documention/themes.html" target="_blank">皮肤</a>
&emsp;<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html" target="_blank">示例</a>
&emsp;<a href="http://bsgrid.oschina.mopaasapp.com/documention/documention.zh-CN.html" target="_blank">文档</a>
<br />
版本:1.36
版本:1.37
&emsp;&emsp;&nbsp;协议:Apache Licence 2
&emsp;更新:2015-06-25
&emsp;更新:2016-01-21
<br />
依赖:jQuery 1.4.4 ~~ jQuery 1.11.2
&emsp;&emsp;&emsp;
支持:IE6+、Chrome、Firefox等

QQ群交流:254754154
&emsp;&emsp;&nbsp;&nbsp;
捐助:<a href="http://bsgrid.coding.io/donate.html" target="_blank" style="text-decoration: none;">支持长远发展,感谢您的认可!</a>
捐助:<a href="http://bsgrid.oschina.mopaasapp.com/donate.html" target="_blank" style="text-decoration: none;">支持长远发展,感谢您的认可!</a>

###皮肤效果###
内置多套皮肤(点击图片查看示例页面),并可非常容易的定制皮肤[示例:<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">Custom Blue Style</a>]
内置多套皮肤(点击图片查看示例页面),并可非常容易的定制皮肤[示例:<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">Custom Blue Style</a>]
<br />
<a href="http://bsgrid.coding.io/examples/grid/simple.html" target="_blank">
<img title="点击图片查看示例页面" src="https://github.com/baishui2004/jquery.bsgrid/raw/v1.36/documention/images/themes.jpg" /></a>
<a href="http://bsgrid.oschina.mopaasapp.com/examples/grid/simple.html" target="_blank">
<img title="点击图片查看示例页面" src="https://github.com/baishui2004/jquery.bsgrid/raw/v1.37/documention/images/themes.jpg" /></a>

###bsgrid的由来###
&emsp;&emsp;首先,解释插件名称为何叫bsgrid,是因为作者常用bs开头的字符做英文账号的缘故。bsgrid的诞生因为主流插件、框架的grid使用或扩展比较复杂,而本插件作者力图开发一款使用简单、功能实用、容易扩展的grid控件,目前已初步实现此目标。

###bsgrid的特点###
&emsp;&emsp;1,简单、轻量,基于jQuery及HTML Table,<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/simple.html" target="_blank">简单的表格</a>只需数十行代码,支持<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/load-time-test.html" target="_blank">大数据量表格</a>;
<br />&emsp;&emsp;2,内置<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/simple.html" target="_blank">多套经典皮肤</a>,且非常容易<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">定制</a>,字体定制只需要修改两处CSS代码即可;
<br />&emsp;&emsp;3,实用便捷的功能:<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/edit.html" target="_blank">表格编辑</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/foot.html" target="_blank">表底聚合</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/no-pagation.html" target="_blank">不分页</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/multi-header.html" target="_blank">多行表头</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/multi-sort.html" target="_blank">多字段排序</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/local/json.html" target="_blank">本地数据</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/userdata.html" target="_blank">处理Userdata</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/move-column-extend.html" target="_blank">拖动列宽</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/fixed-header/fixed-header-extend.html" target="_blank">滚动表格数据</a>等;
<br />&emsp;&emsp;4,易与其他插件集成使用,示例展示了集成<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/layui/layer.html" target="_blank">Layui</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/artDialog/gridAndForm.html" target="_blank">ArtDialog</a>、
<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/form/validation.html" target="_blank">jquery.validationEngine</a>、
&emsp;&emsp;1,简单、轻量,基于jQuery及HTML Table,<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/simple.html" target="_blank">简单的表格</a>只需数十行代码,支持<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/load-time-test.html" target="_blank">大数据量表格</a>;
<br />&emsp;&emsp;2,内置<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/simple.html" target="_blank">多套经典皮肤</a>,且非常容易<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">定制</a>,字体定制只需要修改两处CSS代码即可;
<br />&emsp;&emsp;3,实用便捷的功能:<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/edit.html" target="_blank">表格编辑</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/foot.html" target="_blank">表底聚合</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/no-pagation.html" target="_blank">不分页</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/multi-header.html" target="_blank">多行表头</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/multi-sort.html" target="_blank">多字段排序</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/local/json.html" target="_blank">本地数据</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/userdata.html" target="_blank">处理Userdata</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/move-column-extend.html" target="_blank">拖动列宽</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/fixed-header/fixed-header-extend.html" target="_blank">滚动表格数据</a>等;
<br />&emsp;&emsp;4,易与其他插件集成使用,示例展示了集成<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/layui/layer.html" target="_blank">Layui</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/artDialog/gridAndForm.html" target="_blank">ArtDialog</a>、
<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/form/validation.html" target="_blank">jquery.validationEngine</a>、
第三方分页工具条等的使用;
<br />&emsp;&emsp;5,扩展性好,插件有特别好的扩展性,易于对插件本身进行局部甚至较大的修改,易于改变展现样式;插件放开了属性及方法的全局修改权限,所有方法都可在外部进行全局重写,而无需修改插件本身的代码;
<br />&emsp;&emsp;6,模块化JS、CSS代码,可按需加载,代码精致简洁,对于阅读、修改、扩展非常容易。
Expand Down
2 changes: 1 addition & 1 deletion builds/css/grid.paging.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/js/common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/js/export.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/js/form.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/js/grid.extend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions builds/js/grid.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit cf20520

Please sign in to comment.