table trouble

anyone knows how to customize the Table component->tableRowGroup? I drop such a table on a page but can't alter either the number of rows(always a 5x3 table?) or the text of a single row(all rows' text is changed). Any idea? Thanks.
[251 byte] By [oole] at [2007-11-26 11:04:45]
# 1

In general, the table component is automatically resized when bound to a Dataprovider, see:

http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/dat aboundcomponents.html

But maybe this is what you are looking for:

http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/2/conf ig_table_rows.html

http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/2/crea teTableDynamically.html

http://blogs.sun.com/winston/entry/changing_table_look

utsukushii at 2007-7-7 3:18:41 > top of Java-index,Development Tools,Java Tools...