Henning Nöth created TOBAGO-2404: ------------------------------------ Summary: Sheet: wrong column width if previous column in not rendered Key: TOBAGO-2404 URL: https://issues.apache.org/jira/browse/TOBAGO-2404 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects Versions: 6.7.1, 5.15.1 Reporter: Henning Nöth
If the width of the columns in a sheet is set by the "columns" attribute, those values should stick to the column if rendered=false is set for a column. For example: There are three columns. If columns="80px 100px 200px" is set, and the second column has rendered=false, than only two columns are rendered. The first must have the a 80px-width, the second must have a 200px-width. Currently, the second column is rendered with a 100px width. -- This message was sent by Atlassian Jira (v8.20.10#820010)