Skip to content

Instantly share code, notes, and snippets.

@barnabyc
Created November 21, 2013 17:14
Show Gist options
  • Save barnabyc/7585735 to your computer and use it in GitHub Desktop.
Save barnabyc/7585735 to your computer and use it in GitHub Desktop.
<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