gwt - celltable - adding extra row

后端 未结 3 936
走了就别回头了
走了就别回头了 2021-01-07 11:37

enter code hereI have a celltable and the columns contains some numbers. I want to add an extra row at the end of the table which will hold the total for each column. Is the

3条回答
  •  忘掉有多难
    2021-01-07 12:28

    Also I would suggest that you use the footer-Argument when you add the column: addColumn(Column col, Header header)

提交回复
热议问题