|
|
@@ -1824,6 +1824,10 @@
|
|
|
// TODO: it's probably better improving the layout than binding to scroll event
|
|
|
this.$tableBody.off('scroll').on('scroll', function () {
|
|
|
that.$tableHeader.scrollLeft($(this).scrollLeft());
|
|
|
+
|
|
|
+ if (this.options.showFooter && !this.options.cardView) {
|
|
|
+ that.$tableFooter.scrollLeft($(this).scrollLeft());
|
|
|
+ }
|
|
|
});
|
|
|
that.trigger('post-header');
|
|
|
};
|