You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2016/08/10 09:15:20 UTC

[jira] [Commented] (TOBAGO-1578) tc:sheet behavior of showHeader and columns are different to Tobago2

    [ https://issues.apache.org/jira/browse/TOBAGO-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414987#comment-15414987 ] 

Hudson commented on TOBAGO-1578:
--------------------------------

SUCCESS: Integrated in Tobago 3.0.x #443 (See [https://builds.apache.org/job/Tobago%203.0.x/443/])
TOBAGO-1578:
* 'showHeader' attribute can be used without the 'columns' attribute of tc:sheet
* <tc:sheet columns="..."> can now handle "px" and "%"
* column resizing improved (can now handle not rendered columns)
* multi-header implemented (title is centered if the header span more than one column)
[developed by hnoeth] (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1755692])
* tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java
* tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/SheetState.java
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/60-multiheader/sheet-multi-header.xhtml
* tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java
* tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SheetRenderer.java
* tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js


> tc:sheet behavior of showHeader and columns are different to Tobago2
> --------------------------------------------------------------------
>
>                 Key: TOBAGO-1578
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1578
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>
> Only if a maximum height is set for a sheet and the column width is set manually, "showHeader=false" has an effect.
> Otherwise showHeader="false" has no effect.
> The 'columns'-attribute cannot handle px and % values like columns="1*;20px;50%;auto".
> Sorting is only applied after submit.
> Multi-Header is not implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)