Administrator
2023-04-19 eeb08a586132f489c10e12551c6479b13c9def5e
1
2
3
4
5
6
7
(function($,window){
    jQuery.fn.treetable=function(options){
        var $owner=this,
            settings={head:'',data:'',url:'',collapse:true};
            //todo:...    
    }
})(jQuery,window);