-
Notifications
You must be signed in to change notification settings - Fork 185
Home
Pavlo Aksonov edited this page Aug 19, 2015
·
4 revisions
Welcome to the react-native-tableview wiki!
TableView attributes
- selectedValue (optional) - value to select. TableView.Cell which have 'value' the same as selectedValue will be marked with "checkmark". Also the component will scroll to this cell to make it visible.
- onPress(event) - event handler raised after selecting cell.
- selectedIndex - index of selected cell
- selectedSection - index of selected section
- value - value of selected cell (optionally, cell contains 'value' attribute)