title: type: references order: 2.6 version: 0.10

<cell>

Summary

This component must be used as a subcomponent of a list component, which is for the performance optimizing during scrolling.

Child Components

This type of component supports all kinds of weex component as its child components.

Attributes

There is no specific attribute for this component other than the common attributes.

Notes: you can‘t give <cell> a flex value. Width of <cell> is equal to the width of its parent component <list>, and you don’t need to specify its height.

Styles

common styles: check out the common styles

  • support flexbox related styles
  • support box model related styles
  • support position related styles
  • support opacity, background-color etc.

Events

common events: check out the common events

Example

please refer to List