style to size conversion
I believe there is a bug in the conversion.
If I set the size of a column using style using #myGrid .aw-column-0 for example and later call getColumnSize(0) then:
. when setting 130px I get 138px
. when setting 10em I get 118px
For quirk, it's diferent :
. when setting 130px I get 130px
. when setting 10em I get 130px
In both case I set the font to 13px.
If I set the size of a column using style using #myGrid .aw-column-0 for example and later call getColumnSize(0) then:
. when setting 130px I get 138px
. when setting 10em I get 118px
For quirk, it's diferent :
. when setting 130px I get 130px
. when setting 10em I get 130px
In both case I set the font to 13px.
Philippe Marzin
December 17,