Re: Dynamic DataTable columns, paging by columns

2008-05-02 Thread liza6218

I see, thank you for the reply.

- Liza


igor.vaynberg wrote:
> 
> you will have to roll your own component. i would take a look at how
> datatable works: it is basically a repeater (for columns) inside
> another repeater(for rows)
> 
> -igor
> 
> 
> On Thu, Apr 17, 2008 at 9:36 AM, liza6218 <[EMAIL PROTECTED]> wrote:
>>
>>  Hi,
>>
>>  I have to show a table where the number of columns and
>>  their titles are Dynamic.  And since there could be hundreds of columns,
>>  how can I do paging by columns and/or paging by rows.
>>
>>  Thanks,
>>  Liza
>>  --
>>  View this message in context:
>> http://www.nabble.com/Dynamic-DataTable-columns%2C--paging-by-columns-tp16746544p16746544.html
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>  -
>>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Dynamic-DataTable-columns%2C--paging-by-columns-tp16746544p17025256.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dynamic DataTable columns, paging by columns

2008-04-17 Thread Igor Vaynberg
you will have to roll your own component. i would take a look at how
datatable works: it is basically a repeater (for columns) inside
another repeater(for rows)

-igor


On Thu, Apr 17, 2008 at 9:36 AM, liza6218 <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  I have to show a table where the number of columns and
>  their titles are Dynamic.  And since there could be hundreds of columns,
>  how can I do paging by columns and/or paging by rows.
>
>  Thanks,
>  Liza
>  --
>  View this message in context: 
> http://www.nabble.com/Dynamic-DataTable-columns%2C--paging-by-columns-tp16746544p16746544.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dynamic DataTable columns, paging by columns

2008-04-17 Thread liza6218

Hi,

I have to show a table where the number of columns and 
their titles are Dynamic.  And since there could be hundreds of columns,  
how can I do paging by columns and/or paging by rows.

Thanks,
Liza
-- 
View this message in context: 
http://www.nabble.com/Dynamic-DataTable-columns%2C--paging-by-columns-tp16746544p16746544.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]