Hello everybody !

I'm trying to create a table using thead, tfoot and tbody.
Moreover I have to reuse an existing CSS file. This one is using few
table
properties like thead, tbody, tfoot and others styles name.
So I must create a personalized table thanks to the DOM tree.

First of all, I tried to use the function DOM.createTable(). But my
table is hugh and it's
very long to coding step by step.
Then I used the innerHTML method, faster but I don't think it's the
best solution.

Is the TableElement class better ? Cause I don't know how to create a
tbody element in my HTML page with this.

Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to