InterviewSolution
Saved Bookmarks
| 1. |
What is FlexTable in GWT? |
|
Answer» FlexTable widget represents a flexible table that creates cells on demand. It can be jagged (that is, each row can contain a different number of cells) and individual cells can be set to span multiple rows or columns. |
|