@@ -61,6 +61,9 @@
{
text-align: center;
}
+.layui-table-tool-temp{
+ display: none;
+}
</style>
<div id="load_style" style="display:none;">
</div>
@@ -189,6 +192,8 @@
elem: '#table'
,page: false
,limit:20
+ //,toolbar:'default'
+ //,defaultToolbar:["filter","exports","print"]
,cols: config.table.cols
,data: config.table.data
,done:function(res, curr, count) {