You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Madhav Bhargava <un...@gmail.com> on 2007/06/10 08:19:43 UTC

How to implement a vertical splitter in a data table

Hi All,

I have a requirement in which i need to implement a vertical splitter in a
data table. This vertical splitter will divide the data table into 2 parts.
Each part of the data table will have a horizontal scroll. The user can keep
one side of the data table as it is and scroll horizontally on the other
side of the data table.

I am not sure if it can be implemented using t:datatable. Any help will be
appreciated.

Thanks,
Madhav

-- 
When I tell the truth, it is not for the sake of convincing those who do not
know it, but for the sake of defending those that do

Re: How to implement a vertical splitter in a data table

Posted by Madhav Bhargava <un...@gmail.com>.
Hi Adrian,

Couple of problems with using a t:dataList:

1. No sorting functionality available by clicked on column headers
2. Two data Lists will not be connected
3. Splitter can also be moved which is how it is normally implemented in
non-JSF world

Is there any other component/JSF library that has this feature?

Thanks,
Madhav

On 6/10/07, Adrian Mitev <ad...@googlemail.com> wrote:
>
> I don't see how it's possible with t:dataTable.Probably two agglutinated
> tables implemented using probably t:dataList.
>
> 2007/6/10, Madhav Bhargava < unmarshall@gmail.com>:
> >
> > Hi All,
> >
> > I have a requirement in which i need to implement a vertical splitter in
> > a data table. This vertical splitter will divide the data table into 2
> > parts. Each part of the data table will have a horizontal scroll. The user
> > can keep one side of the data table as it is and scroll horizontally on the
> > other side of the data table.
> >
> > I am not sure if it can be implemented using t:datatable. Any help will
> > be appreciated.
> >
> > Thanks,
> > Madhav
> >
> > --
> > When I tell the truth, it is not for the sake of convincing those who do
> > not know it, but for the sake of defending those that do
>
>
>


-- 
When I tell the truth, it is not for the sake of convincing those who do not
know it, but for the sake of defending those that do

Re: How to implement a vertical splitter in a data table

Posted by Adrian Mitev <ad...@googlemail.com>.
I don't see how it's possible with t:dataTable.Probably two agglutinated
tables implemented using probably t:dataList.

2007/6/10, Madhav Bhargava <un...@gmail.com>:
>
> Hi All,
>
> I have a requirement in which i need to implement a vertical splitter in a
> data table. This vertical splitter will divide the data table into 2 parts.
> Each part of the data table will have a horizontal scroll. The user can keep
> one side of the data table as it is and scroll horizontally on the other
> side of the data table.
>
> I am not sure if it can be implemented using t:datatable. Any help will be
> appreciated.
>
> Thanks,
> Madhav
>
> --
> When I tell the truth, it is not for the sake of convincing those who do
> not know it, but for the sake of defending those that do