Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Oct 23, 2017
1 parent ff673db commit 6cd1abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fixedColumnsAndHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ const data = [
ReactDOM.render(
<div>
<h2>Fixed columns and header</h2>
<Table columns={columns} scroll={{ x: 1500, y: 300 }} data={data} style={{ width: 800 }} />
<Table columns={columns} scroll={{ x: 1650, y: 300 }} data={data} style={{ width: 800 }} />
</div>
, document.getElementById('__react-content'));

0 comments on commit 6cd1abd

Please sign in to comment.