Skip to content

1.1 Creating a FixedHeaderTable

Zardozz edited this page Mar 21, 2021 · 3 revisions

You need to create a FixedHeaderTableLayout object.

  1. Programmatically
FixedHeaderTableLayout Table = new FixedHeaderTableLayout(getContext());
  1. XML
<com.github.zardozz.FixedHeaderTableLayout.FixedHeaderTableLayout
        android:id="@+id/FixedHeaderTableLayout"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
/>
Clone this wiki locally