Skip to content

1.3 Adding the Sub Tables to the main Table

Zardozz edited this page Mar 21, 2021 · 1 revision

Once the four FixedHeaderSubTableLayouts have been created they need to be added to the FixedHeaderTableLayout using the addviews method. (Note parameter order is important)

fixedHeaderTableLayout.addViews(mainTable, columnHeaderTable, rowHeaderTable, cornerTable);