We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e62a9 commit c94db6aCopy full SHA for c94db6a
README.md
@@ -461,8 +461,8 @@ var table = ReactDOM.render(
461
462
### Events
463
464
-You can pass functions to the following props of `<Reactable.Table>` to provide event
465
-handlers.
+You can pass functions to the following props of `<Reactable.Table>` to provide
+event handlers.
466
467
#### onSort
468
@@ -482,8 +482,5 @@ being sorted by, and the direction it is being sorted:
482
483
Called every time the filtering changes.
484
485
-Handler arguments:
486
-
487
-Name | Type | Description
488
---- | --- | ---
489
-`filter` | *string* | Text that's being used for filtering
+This handler will be passed a string containing the text that's being used for
+filtering.
0 commit comments