Re: Generate dynamic tables

2009-10-30 Thread vela

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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate dynamic tables

2009-10-30 Thread James Carman
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@gmail.com 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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate dynamic tables

2009-10-29 Thread vela

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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Generate dynamic tables

2009-10-29 Thread Pedro Santos
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@gmail.com 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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Pedro Henrique Oliveira dos Santos


Re: Generate dynamic tables

2009-10-29 Thread James Carman
You can use DefaultDataTable to achieve what you want.

On Thu, Oct 29, 2009 at 8:42 AM, Pedro Santos pedros...@gmail.com 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@gmail.com 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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 Pedro Henrique Oliveira dos Santos


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Generate dynamic tables

2009-10-27 Thread sakthi vel
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

2009-10-27 Thread Pedro Santos
 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@gmail.com 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