react-hook-tanstack-table 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,3 +76,7 @@ const Cell = ({ column, rowId }: { columnId: string, rowId: string }) => {
|
|
|
76
76
|
const cellValue = useCell({ column: columnId, row: rowId }, (cell) => cell.value)
|
|
77
77
|
}
|
|
78
78
|
```
|
|
79
|
+
|
|
80
|
+
## See also
|
|
81
|
+
|
|
82
|
+
If you use [TanStack Virtual](https://tanstack.com/Virtual), you may be interested in our sister package, [`react-hook-tanstack-virtual`](https://www.npmjs.com/package/react-hook-tanstack-virtual).
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "react-hook-tanstack-table",
|
|
3
3
|
"packageManager": "yarn@4.15.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.4",
|
|
6
6
|
"description": "Rules-of-React respecting bindings for TanStack Table.",
|
|
7
7
|
"author": "Xandor Schiefer <me@xandor.co.za>",
|
|
8
8
|
"license": "MIT",
|