Show/hide column: fix bug - column resizer border's height not updated after toggling column visibility
This commit is contained in:
parent
a88054dae9
commit
c97ef9d53c
@ -215,6 +215,7 @@
|
||||
$cb.css('left', $this.position().left + $this.outerWidth(true))
|
||||
.show();
|
||||
}
|
||||
$(this.cRsz).css('height', $(this.t).height());
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user