Skip to content

Commit c94db6a

Browse files
committed
Copyedit documentation of onFilter callback
1 parent 19e62a9 commit c94db6a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ var table = ReactDOM.render(
461461

462462
### Events
463463

464-
You can pass functions to the following props of `<Reactable.Table>` to provide event
465-
handlers.
464+
You can pass functions to the following props of `<Reactable.Table>` to provide
465+
event handlers.
466466

467467
#### onSort
468468

@@ -482,8 +482,5 @@ being sorted by, and the direction it is being sorted:
482482

483483
Called every time the filtering changes.
484484

485-
Handler arguments:
486-
487-
Name | Type | Description
488-
--- | --- | ---
489-
`filter` | *string* | Text that's being used for filtering
485+
This handler will be passed a string containing the text that's being used for
486+
filtering.

0 commit comments

Comments
 (0)