dynamically changing column rule
I am changing a css rule via stylesheet object. I retrieve the rule
.aw-column-x and modify the background color. I am using this in order to select an entire column by clicking the header of the column.
I would have thought the change would perform quickly, however the statement
rule.style.backgroundColor = '#xxxxxx' takes 3-5 seconds!
Any suggestions?
.aw-column-x and modify the background color. I am using this in order to select an entire column by clicking the header of the column.
I would have thought the change would perform quickly, however the statement
rule.style.backgroundColor = '#xxxxxx' takes 3-5 seconds!
Any suggestions?
Joel
December 21,