according to the docs:
renderSectionHeader function #
(sectionData, sectionID) => renderable
If provided, a sticky header is rendered for this section. The sticky behavior means that it will scroll with the content at the top of the section until it reaches the top of the screen, at which point it will stick to the top until it is pushed off the screen by the next section header.
is it possible to make the ListView sectionHeader appear like a regular row, e.i like regular UITableView?
according to the docs:
is it possible to make the ListView sectionHeader appear like a regular row, e.i like regular UITableView?