Class: ListView

client.shared.ListView. ListView

ListView is a component that displays a list of arbitrary data in a grid. It doesn't control the display of the individual items themselves, instead it calls props.renderItem() to ask the user to render an item.

new ListView()

Parameters:
Name Type Description
props.items Array.<Object>
props.columns Number
props.rows Number
props.vertical Boolean
props.renderItem function