Created
November 21, 2013 17:14
-
-
Save barnabyc/7585735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DataTable | |
RowComponent={RowComponent} | |
modelList={this.props.modelList} | |
visibleRows={this.props.visible} | |
className="sales-bars"> | |
<thead> | |
<tr> | |
<th className="name">ITEM</th> | |
<th>CURRENT</th> | |
<th>PREVIOUS</th> | |
<th className="orders"> | |
<ol className="order-ticks"> | |
<li>ORDERS</li> | |
<li className="tick tick-1">{twentyFifth}</li> | |
<li className="tick tick-2">{fiftieth}</li> | |
<li className="tick tick-3">{seventyFifth}</li> | |
</ol> | |
</th> | |
</tr> | |
</thead> | |
</DataTable> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Console