aksonov/react-native-tableview

Scroll to Section

Open

#33 opened on Nov 3, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Objective-C (179 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,410 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Ability to scroll to section without having to check all of the items in a section.

Right now if I set selected={true} on a section, the TableView auto scrolls to that section, However this results in all items in the selection being checked.

Contributor guide