$table.bootstrapTable('refresh', {
query: {
}
});
//直接在这do somthing table还没完成刷新
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
多谢邀请,没用过这个,不过还是看了下文档,找到个比较像的,试试onPreBody
Fires before the table body is rendered
onPostBody
Fires after the table body is rendered and available in the DOM