Show/hide column: fix bug - column resizer border's height not updated after toggling column visibility

This commit is contained in:
Aris Feryanto 2011-07-06 09:54:38 +08:00
parent a88054dae9
commit c97ef9d53c

View File

@ -215,6 +215,7 @@
$cb.css('left', $this.position().left + $this.outerWidth(true))
.show();
}
$(this.cRsz).css('height', $(this.t).height());
},
/**