GridTable
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/GridTable
软件介绍
GridTable
The plugin has the following features:
- works on html-tables and leaves the structure fully intact
(which also means I haven`t found a way yet to give it a scrollable fixed height) - extensible readers (json, xml, etc), cell-renderers and cell-editors
- full serialization of table-data
- public methods (load, sort, page, serialize, etc).
executable using $('#gridtable').gridtable('load', [args]) api-style - events to hook into flow (e.g. $('#gridtable').bind('preload.gridtable', cb1).bind('postload.gridtable', cb2) )
it has been developed for a media-database and proved to be quite extensible so far.
however, I would call it a beta-release, as features like filters and movable columns are missing.
Effective JavaScript
赫尔曼 (David Herman) / 黄博文、喻杨 / 机械工业出版社 / 2014-1-1 / CNY 49.00
Effective 系列丛书经典著作,亚马逊五星级畅销书,Ecma 的JavaScript 标准化委员会著名专家撰写,JavaScript 语言之父、Mozilla CTO —— Brendan Eich 作序鼎力推荐!作者凭借多年标准化委员会工作和实践经验,深刻辨析JavaScript 的内部运作机制、特性、陷阱和编程最佳实践,将它们高度浓缩为极具实践指导意义的 68 条精华建议。 本书共......一起来看看 《Effective JavaScript》 这本书的介绍吧!
