From 81faac54ac17fbfed63ec0895bc89c913a33ed1c Mon Sep 17 00:00:00 2001 From: Christian Lehner Date: Wed, 20 Nov 2019 16:44:30 +0100 Subject: [PATCH] fixed typo. the key is called data instead of rows (#1632) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 6a753a3..8d2252a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -68,7 +68,7 @@ React Table relies on memoization to determine when state and side effects shoul - Required -`useTable` is the root hook for React Table. To use it, pass it with an options object with at least a `columns` and `rows` value, followed by any React Table compatible hooks you want to use. +`useTable` is the root hook for React Table. To use it, pass it with an options object with at least a `columns` and `data` value, followed by any React Table compatible hooks you want to use. ### Table Options