更新B-JUI到1.3版本

This commit is contained in:
yubaolee
2016-01-17 11:29:46 +08:00
parent ca609fb9be
commit 6de2bf4ea2
104 changed files with 47604 additions and 30560 deletions

View File

@@ -28,7 +28,7 @@
function loadDataGrid() {
//b-jui的datagrid需要重新处理HTML
$('#@_treeDetail').empty()
.append('<table id="@_gridId" class="table table-bordered table-hover table-striped table-top"></table>');
.append('<table id="@_gridId" class="table table-hover table-striped table-top"></table>');
$('#@_gridId').datagrid({
showToolbar: false,
@@ -93,7 +93,7 @@
showCheckboxcol: true,
paging: true,
filterMult: false,
showTfoot: true,
showTfoot: false,
height: '700'
});
}