Skip to content

Commit

Permalink
docs: fixed header to cell typo (#4366)
Browse files Browse the repository at this point in the history
  • Loading branch information
backbone-link committed Sep 20, 2022
1 parent af00c82 commit d102571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/core/column-def.md
Expand Up @@ -84,7 +84,7 @@ cell?: ((props: {
}) => unknown)
```

The cell to display each row for the column. If a function is passed, it will be passed a props object for the header and should return the rendered header value (the exact type depends on the adapter being used).
The cell to display each row for the column. If a function is passed, it will be passed a props object for the cell and should return the rendered cell value (the exact type depends on the adapter being used).

### `meta`

Expand Down

0 comments on commit d102571

Please sign in to comment.