JavaScript 数据表格库 ApeendGrid

码农软件 · 软件分类 · jQuery UI框架 · 2019-12-19 15:58:21

软件介绍

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 输入类型

  • 输入类型可定制

  • 支持子网格

  • 兼容主要网络浏览器

  • 准备国际化

本文地址:https://codercto.com/soft/d/21500.html

An Introduction to Probability Theory and Its Applications

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具