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 cf20520 commit 71a59ec
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jQuery.bsgrid - 简单实用、功能丰富、易扩展的jQuery Grid插件

源码:[Github](https://github.com/baishui2004/jquery.bsgrid/)
 
演示:<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>
演示:<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>
<br />
版本:1.37
&emsp;&emsp;&nbsp;协议:Apache Licence 2
Expand All @@ -19,32 +19,32 @@ jQuery.bsgrid - 简单实用、功能丰富、易扩展的jQuery Grid插件

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

###皮肤效果###
内置多套皮肤(点击图片查看示例页面),并可非常容易的定制皮肤[示例:<a href="http://bsgrid.oschina.mopaasapp.com/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">Custom Blue Style</a>]
内置多套皮肤(点击图片查看示例页面),并可非常容易的定制皮肤[示例:<a href="http://bsgrid.coding.io/examples/zh-CN.html#href=examples/grid/themes/custom.html" target="_blank">Custom Blue Style</a>]
<br />
<a href="http://bsgrid.oschina.mopaasapp.com/examples/grid/simple.html" target="_blank">
<a href="http://bsgrid.coding.io/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.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>、
&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>、
第三方分页工具条等的使用;
<br />&emsp;&emsp;5,扩展性好,插件有特别好的扩展性,易于对插件本身进行局部甚至较大的修改,易于改变展现样式;插件放开了属性及方法的全局修改权限,所有方法都可在外部进行全局重写,而无需修改插件本身的代码;
<br />&emsp;&emsp;6,模块化JS、CSS代码,可按需加载,代码精致简洁,对于阅读、修改、扩展非常容易。
Expand Down

0 comments on commit 71a59ec

Please sign in to comment.