Any one have any idea of something like FlexTable
in GWT Bootstrap3.
I searched a lot , but not able to find a flextable thing in GWT Bootstrap3.
Not able to find GWT bootstrap3 FlexTable
478 Views Asked by junaidp At
1
Any one have any idea of something like FlexTable
in GWT Bootstrap3.
I searched a lot , but not able to find a flextable thing in GWT Bootstrap3.
You may want to have a look at the Bootstrap grid system, Gwtbootstrap3 is using it as well.
You can setup you base grid with UiBinder:
The easily add rows and columns programmatically:
So you can setup and alter grids as you please.