Skip to content

Commit

Permalink
docs: example code of Deep Keys in column-deps (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-28 committed May 12, 2024
1 parent b1d29b4 commit c1085a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/column-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ type Person = {
You could extract the `first` value like so:
```tsx
columnHelper.accessor('name.first'), {
columnHelper.accessor('name.first', {
id: 'firstName',
}
})

// OR

Expand Down

0 comments on commit c1085a6

Please sign in to comment.