Setting header height for column with css AND JavaScript: what takes precedence?
In case both css and JavaScript set the column header height, which one takes precedence?
or
<style>
.active-scroll-left, .active-scroll-corner {width: 50px}
.active-scroll-top, .active-scroll-data {padding-left: 50px}
</style>
or
obj.setRowHeaderWidth(50);
Andreas
April 4,