Update bootstrap-table.js
@@ -619,7 +619,7 @@
});
// if options.data is setting, do not process tbody data
- if (this.options.data.length) {
+ if (this.options.data) {
return;
}