table.js:HTML 表控制器(addremovesortsearch 行)

时间:2021-06-08 18:59:38
【文件属性】:
文件名称:table.js:HTML 表控制器(addremovesortsearch 行)
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-08 18:59:38
JavaScript #Table.js HTML 表格控制器(添加/删除/排序/搜索行) ##下载 通过bower install table.js或npm install table.js ##API 快速入门 表构造器 var myTable = new Table ( { 'id' : 'myTable' , // id of table element 'class' : 'table' , // classes of element 'columns' : [ 'Column1' , 'Column2' , 'Column3' ] , // name of columns 'data' : [ [ 'value1' , 'value2' , 'value3' ] , // values of first row [ 'value1' ,
【文件预览】:
table.js-master
----bower.json(425B)
----src()
--------table.js(7KB)
----samples()
--------index.html(5KB)
----README.md(2KB)
----package.json(472B)

网友评论