ApeendGridJavaScript 數(shù)據(jù)表格庫(kù)
ApeendGrid 是 JavaScript 數(shù)據(jù)表格庫(kù)之一。它可以幫助您像填充電子表格一樣以逐行的形式結(jié)構(gòu)化數(shù)據(jù)。它允許你在表格中插入/刪除/移除/增加行等操作。 同時(shí)也可以用于控制服務(wù)器端的程序如 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 */ });
});
特點(diǎn)
-
使用方便
-
支持 jQuery UI 小部件
-
多種內(nèi)置輸入類(lèi)型,包括 HTML5 輸入類(lèi)型
-
輸入類(lèi)型可定制
-
支持子網(wǎng)格
-
兼容主要網(wǎng)絡(luò)瀏覽器
-
準(zhǔn)備國(guó)際化
評(píng)論
圖片
表情
