GWT: FlexTable vs Table

前端 未结 2 1857
不知归路
不知归路 2021-02-05 19:14

Under what circumstance I should use FlexTable instead of HTMLTable?

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-05 20:10

    You can not compare like that.

    As per Docs

    HTMLTable contains the common table algorithms for Grid and FlexTable.
    

    So Grid or Flextable extends HTMLTable.

    And

    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.

    Now we can have a question Grid or Flextable ???

    Here is the Performance difference between grid and Flextable.

提交回复
热议问题