mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
更新B-JUI到1.3版本
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user