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**