Skip to content

Commit 6b85851

Browse files
committed
must empty the data table first
1 parent b857a01 commit 6b85851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/www/shared/shiny.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
this.renderError(el, err);
11951195
},
11961196
renderValue: function(el, data) {
1197-
var $el = $(el);
1197+
var $el = $(el).empty();
11981198
var header = data.colnames.map(function(x) {
11991199
return '<th>' + x + '</th>';
12001200
}).join('');

0 commit comments

Comments
 (0)