From deb15c39088024fae2d682434c8ff0cea3dd84ae Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Thu, 15 Aug 2019 08:28:37 -0600 Subject: [PATCH] docs(readme): updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec9ebb..97196b2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Hooks for building **lightweight, fast and extendable datagrids** for React @@ -226,6 +226,8 @@ React Table is essentially a compatible collection of **custom React hooks**: - The primary React Table hook - [`useTable`](#usetable) +- Utility Hooks + - [`useTableState`](#useTableState) - Plugin Hooks - Core Plugin Hooks - [`useTableState`](#useTableState) @@ -235,6 +237,8 @@ React Table is essentially a compatible collection of **custom React hooks**: - [`useExpanded`](#useExpanded) - [`usePagination`](#usePagination) - [`useTokenPagination`](#useTokenPagination) + - [`useRowSelect`](#useRowSelect) + - [`useRowState`](#useRowState) - Layout Plugin Hooks - [`useFlexLayout`](#useFlexLayout) - [`useAbsoluteLayout`](#useAbsoluteLayout) (coming soon!)