|
|
@@ -385,9 +385,6 @@
|
|
|
},
|
|
|
onResetView: function () {
|
|
|
return false;
|
|
|
- },
|
|
|
- onPostInit: function () {
|
|
|
- return false;
|
|
|
}
|
|
|
};
|
|
|
|
|
|
@@ -481,8 +478,7 @@
|
|
|
'expand-row.bs.table': 'onExpandRow',
|
|
|
'collapse-row.bs.table': 'onCollapseRow',
|
|
|
'refresh-options.bs.table': 'onRefreshOptions',
|
|
|
- 'reset-view.bs.table': 'onResetView',
|
|
|
- 'post-init.bs.table': 'onPostInit'
|
|
|
+ 'reset-view.bs.table': 'onResetView'
|
|
|
};
|
|
|
|
|
|
BootstrapTable.prototype.init = function () {
|
|
|
@@ -496,7 +492,6 @@
|
|
|
this.initPagination();
|
|
|
this.initBody();
|
|
|
this.initServer();
|
|
|
- this.trigger('post-init');
|
|
|
};
|
|
|
|
|
|
BootstrapTable.prototype.initLocale = function () {
|