<cell>
0.4 cn
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
positionrelated styles - support
opacity,background-coloretc.
Events
common events: check out the common events
- support
clickevent. Check out common events - support
appear/disappearevent. Check out common events
Example
please refer to List