JavaScript 数据表格库 ApeendGrid
- 授权协议: LGPL
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: http://appendgrid.apphb.com/
- 软件文档: https://github.com/hkalbertl/jquery.appendGrid/blob/master/README.md
软件介绍
ApeendGrid 是 JavaScript 数据表格库之一。它可以帮助您像填充电子表格一样以逐行的形式结构化数据。它允许你在表格中插入/删除/移除/增加行等操作。 同时也可以用于控制服务器端的程序如 PHP/ASP.NET/JSP 等。
使用
<!DOCTYPE html> <html> <head> <!--jQuery and jQuery UI--> <link href="jquery-ui-1.11.1.css" rel="stylesheet"/> <script type="text/javascript" src="jquery-1.11.1.js"></script> <script type="text/javascript" src="jquery-ui-1.11.1.js"></script> <!--Reference the CSS and JS files--> <link href="jquery.appendGrid-x.x.x.css" rel="stylesheet"/> <script src="jquery.appendGrid-x.x.x.js"></script> </head> <body> <!--Prepare a table element as the grid--> <table id="tblAppendGrid"></table> </body> </html>
// Initial the grid as you needed
$(function() {
$('#tblAppendGrid').appendGrid({ /* Initial parameters */ });
});特点
使用方便
支持 jQuery UI 小部件
多种内置输入类型,包括 HTML5 输入类型
输入类型可定制
支持子网格
兼容主要网络浏览器
准备国际化
An Introduction to Probability Theory and Its Applications
William Feller / Wiley / 1991-1-1 / USD 120.00
Major changes in this edition include the substitution of probabilistic arguments for combinatorial artifices, and the addition of new sections on branching processes, Markov chains, and the De Moivre......一起来看看 《An Introduction to Probability Theory and Its Applications》 这本书的介绍吧!
