You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Matta, Keerthi" <Ke...@statestreet.com> on 2008/05/05 22:14:16 UTC

scrollableDataTable in tomahawk

Hi,

 

Do we have a component in Tomahawk which would serve the purpose of
scrollableDataTable.

Thanks and Regards, 
Keerthi Matta, 
781-302-5625 


Re: scrollableDataTable in tomahawk

Posted by Hazem Saleh <ha...@gmail.com>.
Hi Keerthi,

I don't know whether there is a mechanism in Tomahawk that directly offers
this kind of scrolling.
Anyway, If you want to make your dataTable scrollable using vertical
scrollers but the table header will be scrollable also.

*You can use the following code :*
<div style="overflow:auto; width:100%; height:200px">
    <t:dataTable...>
        <h:column>
        ...
        </h:column>
    ...
    </t:dataTable>
</div>

On Tue, May 6, 2008 at 5:15 PM, Matta, Keerthi <
Keerthi.Matta@statestreet.com> wrote:

> No this does not solve my problem. The scrolling function here is
> achieved through Pagination.
> I am looking something similar to the below where the header is static:
>
> http://livedemo.exadel.com/richfaces-demo/richfaces/scrollableDataTable.
> jsf?c=scrollableDataTable<http://livedemo.exadel.com/richfaces-demo/richfaces/scrollableDataTable.jsf?c=scrollableDataTable>
>
>
> Thanks and Regards,
> Keerthi Matta,
> 781-302-5625
> -----Original Message-----
> From: arne anka [mailto:dojo@ginguppin.de]
> Sent: Tuesday, May 06, 2008 4:36 AM
> To: MyFaces Discussion
> Subject: Re: scrollableDataTable in tomahawk
>
> does dataTable match your definition of scrollable?
> see
> http://www.irian.at/myfacesexamples/dataScroller.jsf
>
> regards
>
>
>


-- 
Hazem Ahmed Saleh Ahmed
http://www.jroller.com/page/HazemBlog

RE: scrollableDataTable in tomahawk

Posted by "Matta, Keerthi" <Ke...@statestreet.com>.
No this does not solve my problem. The scrolling function here is
achieved through Pagination.
I am looking something similar to the below where the header is static:

http://livedemo.exadel.com/richfaces-demo/richfaces/scrollableDataTable.
jsf?c=scrollableDataTable


Thanks and Regards,
Keerthi Matta,
781-302-5625
-----Original Message-----
From: arne anka [mailto:dojo@ginguppin.de] 
Sent: Tuesday, May 06, 2008 4:36 AM
To: MyFaces Discussion
Subject: Re: scrollableDataTable in tomahawk

does dataTable match your definition of scrollable?
see
http://www.irian.at/myfacesexamples/dataScroller.jsf

regards



Re: scrollableDataTable in tomahawk

Posted by arne anka <do...@ginguppin.de>.
does dataTable match your definition of scrollable?
see
http://www.irian.at/myfacesexamples/dataScroller.jsf

regards