@@ -2238,7 +2238,9 @@
if (this.options.detailView && !this.options.cardView) {
if (i === 0) {
- this.$header_.find('th.detail').find('.fht-cell').width($this.innerWidth())
+ const $thDetail = $ths.filter('.detail')
+ const zoomWidth = $thDetail.width() - $thDetail.find('.fht-cell').width()
+ $thDetail.find('.fht-cell').width($this.innerWidth() - zoomWidth)
}
index = i - 1
@@ -139,7 +139,7 @@ $dark-border-color: #32383e;
&.detail {
- width: 30px;
+ width: 36px;
.th-inner {