This commit is contained in:
sentsin
2017-08-31 13:25:49 +08:00
parent f4a79c8431
commit 02a70bd789
5 changed files with 18 additions and 11 deletions

View File

@@ -298,6 +298,11 @@ layui.use('table', function(){
//监听排序
table.on('sort(test)', function(obj){
console.log(this, obj)
return;
table.reload('test', {
height: 300
});
});