[Request] libGdx : GUI & dynamic table

Hello,
is there a build way to create a table in LibGdx ? and to be able to add rows and column dynamically ?
or should i create a method to do that ?

Edit :
am looking to create a user interface in libGdx, (text Fields,text area,buttons,scrolls,tables,etc…) so any addition information will be very appreciate it

thank you

This looks like it could help:
https://code.google.com/p/table-layout/

I recently hacked the list widget quick and dirty to get some kind of a table: tabbed list

i was thinking about that too but i couldn’t get start with it, do you have a full example to start with please ?

Do you need a full example to start with everything? :emo:
https://code.google.com/p/steigert-libgdx/source/browse/trunk/tyrian-game/src/com/blogspot/steigert/tyrian/screens/MenuScreen.java

https://code.google.com/p/libgdx/wiki/scene2dui#Examples

Here’s a short example of using table to create a main menu:

More info: