Henning Nöth created TOBAGO-2407: ------------------------------------ Summary: Sheet: wrong column width for FR-values Key: TOBAGO-2407 URL: https://issues.apache.org/jira/browse/TOBAGO-2407 Project: MyFaces Tobago Issue Type: Bug Components: Core, JavaScript Affects Versions: 6.7.1, 5.15.1 Reporter: Henning Nöth
The width of a column is set via CSS. The value is: calc((100% - [values of other columns]) / [sum of FR-values] * [current FR-value]) If the width of another column is set in pixel, the calc()-value is invalid, because calc(100% - 10px) doesn't work in <table>. -- This message was sent by Atlassian Jira (v8.20.10#820010)