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 884058b commit 08dbe38Copy full SHA for 08dbe38
README.md
@@ -418,11 +418,11 @@ Every single built-in component's props can be dynamically extended using any on
418
/>
419
```
420
421
-These callbacks are executed with each render of the element with three parameters:
422
-1. Table State
423
-1. RowInfo (undefined if not applicable)
424
-1. Column (undefined if not applicable)
425
-1. React Table Instance
+These callbacks are executed with each render of the element with four parameters:
+ 1. Table State
+ 2. RowInfo (undefined if not applicable)
+ 3. Column (undefined if not applicable)
+ 4. React Table Instance
426
427
This makes it extremely easy to add, say... a row click callback!
428
```javascript
0 commit comments