Skip to content

Commit c1085a6

Browse files
authoredMay 12, 2024··
docs: example code of Deep Keys in column-deps (#5547)
1 parent b1d29b4 commit c1085a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/guide/column-defs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ type Person = {
167167
You could extract the `first` value like so:
168168
169169
```tsx
170-
columnHelper.accessor('name.first'), {
170+
columnHelper.accessor('name.first', {
171171
id: 'firstName',
172-
}
172+
})
173173

174174
// OR
175175

0 commit comments

Comments
 (0)
Please sign in to comment.