Skip to content

Commit 08dbe38

Browse files
atlantehtannerlinsley
authored andcommitted
fix number of callback parameters and alignment (TanStack#95)
1 parent 884058b commit 08dbe38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,11 @@ Every single built-in component's props can be dynamically extended using any on
418418
/>
419419
```
420420

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
421+
These callbacks are executed with each render of the element with four parameters:
422+
1. Table State
423+
2. RowInfo (undefined if not applicable)
424+
3. Column (undefined if not applicable)
425+
4. React Table Instance
426426

427427
This makes it extremely easy to add, say... a row click callback!
428428
```javascript

0 commit comments

Comments
 (0)