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://www.codercto.com/soft/d/21500.html

The Smashing Book

The Smashing Book

Jacob Gube、Dmitry Fadeev、Chris Spooner、Darius A Monsef IV、Alessandro Cattaneo、Steven Snell、David Leggett、Andrew Maier、Kayla Knight、Yves Peters、René Schmidt、Smashing Magazine editorial team、Vitaly Friedman、Sven Lennartz / 2009 / $ 29.90 / € 23.90

The Smashing Book is a printed book about best practices in modern Web design. The book shares technical tips and best practices on coding, usability and optimization and explores how to create succes......一起来看看 《The Smashing Book》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

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

在线XML、JSON转换工具

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

html转js在线工具