docs(readme): better docs on nested columns

This commit is contained in:
tannerlinsley
2019-07-31 16:21:03 -06:00
parent adfc82b472
commit 39c2b152f6

View File

@@ -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<any>`
- Required
- Must be **memoized**