Skip to content

Commit 43ba970

Browse files
committed
fix export example error
1 parent 5f300b2 commit 43ba970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/export.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ <h1>Export</h1>
4444
var $table = $('#table');
4545
$(function () {
4646
$('#toolbar').find('select').change(function () {
47-
$table.bootstrapTable('refreshOptions', {
47+
$table.bootstrapTable('destroy').bootstrapTable({
4848
exportDataType: $(this).val()
4949
});
5050
});
5151
})
5252
</script>
5353
</body>
54-
</html>
54+
</html>

0 commit comments

Comments
 (0)