GWT CellTable - set column width

前端 未结 4 2051
臣服心动
臣服心动 2021-01-04 02:03

Is it possible to set the column width of CellTable in GWT?

4条回答
  •  时光取名叫无心
    2021-01-04 02:33

    You could use a stylename for the specific column, using the addColumnStyleName(int index, java.lang.String styleName) method.

    Javadoc for CellTable

提交回复
热议问题