|
|
|
@ -139,7 +139,7 @@ function freshTable(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//生成用户数据
|
|
|
|
//生成用户数据
|
|
|
|
$('#mytab').bootstrapTable({
|
|
|
|
$('#mytab').bootstrapTable({
|
|
|
|
toolbar: '#toolbar', //工具按钮用哪个容器
|
|
|
|
toolbar: '#toolbar', //工具按钮用哪个容器
|
|
|
|
striped: true, //是否显示行间隔色
|
|
|
|
striped: true, //是否显示行间隔色
|
|
|
|
cache: false, //是否使用缓存,默认为true,所以一般情况下需要设置一下这个属性(*)
|
|
|
|
cache: false, //是否使用缓存,默认为true,所以一般情况下需要设置一下这个属性(*)
|
|
|
|
pagination: true, //是否显示分页(*)
|
|
|
|
pagination: true, //是否显示分页(*)
|
|
|
|
|