Generate dynamic tables

View: New views
7 Messages — Rating Filter:   Alert me  

Generate dynamic tables

by vela :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

How to generate tables with dynamic columns using any one of the repeaters.
I need to parse the xml and generate the table based on the xml data. Can
anyone tell how to acheive this functionality in wicket

Re: Generate dynamic tables

by Pedro H. O. dos Santos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 You can use table form wicketstuff if you like to create an tableModel to
present your xml data. Then you get dynamic columns...

On Tue, Oct 27, 2009 at 2:22 PM, sakthi vel <vela.wav@...> wrote:

> Hello,
>
> How to generate tables with dynamic columns using any one of the repeaters.
> I need to parse the xml and generate the table based on the xml data. Can
> anyone tell how to acheive this functionality in wicket
>



--
Pedro Henrique Oliveira dos Santos

Re: Generate dynamic tables

by vela :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello again,

Could you tell, which class to use to achieve this functionality








Re: Generate dynamic tables

by Pedro H. O. dos Santos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I had written some doc on wiki:
http://wicketstuff.org/confluence/display/STUFFWIKI/Table
hope it is enough to you evaluate if is what you need on your project and
get start

On Thu, Oct 29, 2009 at 10:24 AM, vela <vela.wav@...> wrote:

>
> Hello again,
>
> Could you tell, which class to use to achieve this functionality
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Generate-dynamic-tables-tp26080641p26112012.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
Pedro Henrique Oliveira dos Santos

Re: Generate dynamic tables

by James Carman-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can use DefaultDataTable to achieve what you want.

On Thu, Oct 29, 2009 at 8:42 AM, Pedro Santos <pedrosans@...> wrote:

> Hi, I had written some doc on wiki:
> http://wicketstuff.org/confluence/display/STUFFWIKI/Table
> hope it is enough to you evaluate if is what you need on your project and
> get start
>
> On Thu, Oct 29, 2009 at 10:24 AM, vela <vela.wav@...> wrote:
>
>>
>> Hello again,
>>
>> Could you tell, which class to use to achieve this functionality
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Generate-dynamic-tables-tp26080641p26112012.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
> Pedro Henrique Oliveira dos Santos
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Generate dynamic tables

by vela :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello again,

Could you tell how to add dynamic column in the DefaultDataTable

Re: Generate dynamic tables

by James Carman-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When you construct it, you give it a list of columns.  If the columns
need to change, just reconstruct it and replace it.

On Fri, Oct 30, 2009 at 6:37 AM, vela <vela.wav@...> wrote:

>
> Hello again,
>
> Could you tell how to add dynamic column in the DefaultDataTable
>
> --
> View this message in context: http://old.nabble.com/Generate-dynamic-tables-tp26080641p26127900.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...