Skip to content

Commit

Permalink
✏️ Fix readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
immrshc committed Jun 8, 2018
1 parent 8d63358 commit 9f27698
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ const onCellsChanged = (changes) => changes.forEach(({cell, row, col, value}) =>

```jsx
const grid = [
[{
[{
value: 5,
component: (
<button onClick={() => console.log("clicked")}>
Rendered
</button>
)
}]
component: (
<button onClick={() => console.log("clicked")}>
Rendered
</button>
)
}]
]
<ReactDataSheet
data={grid}
Expand Down

0 comments on commit 9f27698

Please sign in to comment.