RowItem

RowItem

new RowItem(props)

Stateless function components, simple components that only contain a render method

Parameters:
Name Type Description
props Object

The props object data

Methods

(static) children()

Loop through and find the children for the row item

(static) constructor()

The constructor function for the row item

(static) handleSelect()

Handles the row item selection

(static) handleToggle()

Handles the toggle open close for the menu item

(static) render()

Render the row item based on the current state and options