mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-01 10:00:03 +00:00
docs(readme): better docs on nested columns
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user