Hi. I wonder how I could make a scrollable table with static table header ? (with different elements in cells like buttons, images, etc.)
I have already made some of this, but i dont know how to make columns in different tables match each other by width.
<TableLayout>
<TableRow>
Table headers...
</TableRow>
<ScrollView>
<TableLayout > <!-- Table content--></TableLayout >
</ScrollView>
</TableLayout>
Thanks !