From 39c2b152f63011afcd120ef05be55a332ee9ff96 Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Wed, 31 Jul 2019 16:21:03 -0600 Subject: [PATCH] docs(readme): better docs on nested columns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f22f45..24d1c79 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ The following options are supported via the main options object passed to `useTa - Required - Must be **memoized** - The core columns configuration object for the entire table. - - Supports nested `columns` arrays via the `column.children` key + - Supports nested `columns` arrays via the column's `columns` key, eg. `[{ Header: 'My Group', columns: [...] }]` - `data: Array` - Required - Must be **memoized**