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

Web 2.0 Architectures

Web 2.0 Architectures

Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99

The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具