|
@@ -294,12 +294,6 @@
|
|
|
onPostHeader: function () {
|
|
onPostHeader: function () {
|
|
|
return false;
|
|
return false;
|
|
|
},
|
|
},
|
|
|
- onPreRows: function () {
|
|
|
|
|
- return false;
|
|
|
|
|
- },
|
|
|
|
|
- onPostRows: function () {
|
|
|
|
|
- return false;
|
|
|
|
|
- },
|
|
|
|
|
onExpandRow: function (index, row, $detail) {
|
|
onExpandRow: function (index, row, $detail) {
|
|
|
return false;
|
|
return false;
|
|
|
},
|
|
},
|
|
@@ -390,8 +384,6 @@
|
|
|
'pre-body.bs.table': 'onPreBody',
|
|
'pre-body.bs.table': 'onPreBody',
|
|
|
'post-body.bs.table': 'onPostBody',
|
|
'post-body.bs.table': 'onPostBody',
|
|
|
'post-header.bs.table': 'onPostHeader',
|
|
'post-header.bs.table': 'onPostHeader',
|
|
|
- 'pre-rows.bs.table': 'onPreRows',
|
|
|
|
|
- 'post-rows.bs.table': 'onPostRows',
|
|
|
|
|
'expand-row.bs.table': 'onExpandRow',
|
|
'expand-row.bs.table': 'onExpandRow',
|
|
|
'collapse-row.bs.table': 'onCollapseRow'
|
|
'collapse-row.bs.table': 'onCollapseRow'
|
|
|
};
|
|
};
|
|
@@ -1375,9 +1367,7 @@
|
|
|
'</tr>');
|
|
'</tr>');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- this.trigger('pre-rows');
|
|
|
|
|
this.$body.html(html.join(''));
|
|
this.$body.html(html.join(''));
|
|
|
- this.trigger('post-rows');
|
|
|
|
|
|
|
|
|
|
if (!fixedScroll) {
|
|
if (!fixedScroll) {
|
|
|
this.scrollTo(0);
|
|
this.scrollTo(0);
|