Skip to content

Commit 84af889

Browse files
committed
Fix Typo
1 parent 9846bf1 commit 84af889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ This makes it extremely easy to add, say... a row click callback!
593593
<ReactTable
594594
getTdProps={(state, rowInfo, column, instance) => {
595595
return {
596-
onClick: (e, handleOriginal => {
596+
onClick: (e, handleOriginal) => {
597597
console.log('A Td Element was clicked!')
598598
console.log('it produced this event:', e)
599599
console.log('It was in this column:', column)

0 commit comments

Comments
 (0)