基于layui table做的表格樹,支持異步請求,支持reload重新加載,支持sort排序排序、可異步請求后臺獲取數(shù)據(jù)后生成新的子葉節(jié)點,可編輯單元格等功能。
layui.config({
base: 'module/'
}).extend({
tableEdit:'js/tableEdit' //表格樹依賴我另外寫的tableEdit模塊,本項目就有。
,tableTree:'js/tableTree'
}).use(['table','tableEdit','layer',"tableTree"], function () {
var table = layui.table
,tableEdit = layui.tableEdit
,tableTree = layui.tableTree;
});