Trying to add a table to my GWT app with Bootstrap, using UIBinder. From what I understad there is some sort of table ported to GWT-Bootstrap but I don't know which one to use and how to use it (couldn't find any documentation either).
I want something like this, with Bootstrap style of course:
<b:CellTable>
<<ROW>
<<COLUMN>>
Text blabla
<</COLUMN>>
<<COLUMN>>
Text blabla
<</COLUMN>>
<</ROW>>
</b:CellTable>
Thanks!