Hi,
I have an application where it's necessary to determine the actual layout height of a table not the height specified in the css. For example, the content of a row may cause layout to increase the height of that row pushing the overall table to be larger. I need to compare the actual layout height of the table with that specified on the css. Other forum posts seem to indicated that this capability is coming, presumably via getComputedStyle(). Is this available yet?
Thanks.
I have an application where it's necessary to determine the actual layout height of a table not the height specified in the css. For example, the content of a row may cause layout to increase the height of that row pushing the overall table to be larger. I need to compare the actual layout height of the table with that specified on the css. Other forum posts seem to indicated that this capability is coming, presumably via getComputedStyle(). Is this available yet?
Thanks.