Hi

I'm working on PagingScrollTable.

May I know what is the different if we specify a column header
using AbstractColumnDefinition.setHeader(row, Object)
and using FixedWidthFlexTable like the following code?

FixedWidthFlexTable headerTable = new FixedWidthFlexTable();
headerTable.setHTML(0, 1, "Name");


For some reasons, I couldn't see the column header specified
using AbstractColumnDefinition.setHeader(),
but the FixedWidthFlexTable is working just fine.


-- 

Hez

--~--~---------~--~----~------------~-------~--~----~
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