隐藏table中的列的小插件 jQuery.hideTableCell
- 授权协议: LGPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/nightwish/jQuery.hideTableCell
- 软件文档: http://nightwish.oschina.io/jquery.hidetablecell
软件介绍
用来隐藏table中的列的小插件。
使用方法
每个提供隐藏功能的th、td都要有data-key属性
隐藏列:
$('table').hideTableCell(["a"]);//参数:需要隐藏的列的data-key值
