Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 275 Bytes

CHANGELOG.md

File metadata and controls

12 lines (12 loc) · 275 Bytes

1.0.4

  • Updated documentation
  • Added Tests

1.0.3

Introducing SelectableRow

Now it's even easier to define actions on select row:

tieAdapter.set([
  SelectableRow("Row 1", self.showExample("Ex1")),
  SelectableRow("Row 2", self.showExample("Ex2")),
  ])