You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Lance Frohman (JIRA)" <de...@myfaces.apache.org> on 2006/02/07 22:42:59 UTC

[jira] Created: (MYFACES-1100) add reordering columns ability to tomahawk extended data table

add reordering columns ability to tomahawk extended data table
--------------------------------------------------------------

         Key: MYFACES-1100
         URL: http://issues.apache.org/jira/browse/MYFACES-1100
     Project: MyFaces
        Type: Improvement
  Components: Tomahawk  
    Versions: 1.1.1    
    Reporter: Lance Frohman
    Priority: Minor


For my application, I needed to use a sortable extended table, but with the sorted column moved
to the leftmost column. So that the order of the columns matched the order that the data was
sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
a comma separated list of the column indexes. In the sortTable demo, now when you click on
a column header, that column will be moved to the front (left).


PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
Thank you.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (TOMAHAWK-99) add reordering columns ability to tomahawk extended data table

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-99?page=all ]

Mike Kienenberger updated TOMAHAWK-99:
--------------------------------------

    Status: Patch Available  (was: Open)

> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: TOMAHAWK-99
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-99
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Extended Datatable
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, HtmlTableRenderer.java.patch, SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, autoUpdateDataTable.xml.patch, extDataTable.xml.patch, extended_data_table_attributes.xml.patch, impl___extended_data_table_attributes.xml.patch, sortTable.jsp.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-1100) add reordering columns ability to tomahawk extended data table

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1100?page=all ]

Lance Frohman updated MYFACES-1100:
-----------------------------------

    Attachment: autoUpdateDataTable.xml.patch
                SimpleSortableCarList.java.patch
                impl___extended_data_table_attributes.xml.patch

> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: MYFACES-1100
>          URL: http://issues.apache.org/jira/browse/MYFACES-1100
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, impl___extended_data_table_attributes.xml.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (TOMAHAWK-99) add reordering columns ability to tomahawk extended data table

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-99?page=comments#action_12369356 ] 

Lance Frohman commented on TOMAHAWK-99:
---------------------------------------

My email address is changed to lfrohman@gmail.com


> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: TOMAHAWK-99
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-99
>      Project: MyFaces Tomahawk
>         Type: Bug
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, HtmlTableRenderer.java.patch, SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, autoUpdateDataTable.xml.patch, extDataTable.xml.patch, extended_data_table_attributes.xml.patch, impl___extended_data_table_attributes.xml.patch, sortTable.jsp.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-1100) add reordering columns ability to tomahawk extended data table

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1100?page=all ]

Lance Frohman updated MYFACES-1100:
-----------------------------------

    Attachment: extended_data_table_attributes.xml.patch
                HtmlDataTable.java.patch
                HtmlDataTableTag.java.patch

> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: MYFACES-1100
>          URL: http://issues.apache.org/jira/browse/MYFACES-1100
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, HtmlTableRenderer.java.patch, SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, autoUpdateDataTable.xml.patch, extDataTable.xml.patch, extended_data_table_attributes.xml.patch, impl___extended_data_table_attributes.xml.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-1100) add reordering columns ability to tomahawk extended data table

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1100?page=all ]

Lance Frohman updated MYFACES-1100:
-----------------------------------

    Attachment: extDataTable.xml.patch
                autoUpdateDataTable.xml.patch
                HtmlTableRenderer.java.patch

> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: MYFACES-1100
>          URL: http://issues.apache.org/jira/browse/MYFACES-1100
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, HtmlTableRenderer.java.patch, SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, autoUpdateDataTable.xml.patch, extDataTable.xml.patch, extended_data_table_attributes.xml.patch, impl___extended_data_table_attributes.xml.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-1100) add reordering columns ability to tomahawk extended data table

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1100?page=all ]

Lance Frohman updated MYFACES-1100:
-----------------------------------

    Attachment: sortTable.jsp.patch

> add reordering columns ability to tomahawk extended data table
> --------------------------------------------------------------
>
>          Key: MYFACES-1100
>          URL: http://issues.apache.org/jira/browse/MYFACES-1100
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlDataTable.java.patch, HtmlDataTableTag.java.patch, HtmlTableRenderer.java.patch, SimpleSortableCarList.java.patch, autoUpdateDataTable.xml.patch, autoUpdateDataTable.xml.patch, extDataTable.xml.patch, extended_data_table_attributes.xml.patch, impl___extended_data_table_attributes.xml.patch, sortTable.jsp.patch
>
> For my application, I needed to use a sortable extended table, but with the sorted column moved
> to the leftmost column. So that the order of the columns matched the order that the data was
> sorted. This involves adding a "columnOrder" parameter, served by the backing bean. This is
> a comma separated list of the column indexes. In the sortTable demo, now when you click on
> a column header, that column will be moved to the front (left).
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions. 
> Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira