UNPKG

@titanium/turbo

Version:
8 lines 243 B
<Alloy> <Window> <Label id="title" onClick="addThing">List Anything</Label> <TableView id="table" dataCollection="things" onClick="showId"> <TableViewRow title="{name}"/> </TableView> </Window> </Alloy>