快速搜索栏 重置方法

在对应的JS文件中添加代码
// 加在此行下
Table.api.bindevent(table);

$("#toolbar").click(function(){
    table1.bootstrapTable("resetSearch","");
});

2023-03-01T09:09:34.png

普通搜索栏 重置方法

在对应的JS文件中添加代码
$(".form-commonsearch [type=reset]").trigger("click");