@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
15 lines • 445 B
text/xml
<Alloy>
<TableViewSection platform="android,windows">
<HeaderView>
<Label>Test</Label>
</HeaderView>
<TableViewRow title="android row"/>
<TableViewRow title="android row"/>
<TableViewRow title="android row"/>
</TableViewSection>
<TableViewSection platform="ios,mobileweb" headerTitle="Test">
<TableViewRow title="table row"/>
<TableViewRow title="table row"/>
<TableViewRow title="table row"/>
</TableViewSection>
</Alloy>