Skip to content

Commit cc8ecd9

Browse files
authoredDec 17, 2023
docs: Update column-defs.md (#5157)
1 parent 21c1dbb commit cc8ecd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/guide/column-defs.md

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ columnHelper.accessor(row => `${row.firstName} ${row.lastName}`, {
202202
Columns are uniquely identified with 3 strategies:
203203

204204
- If defining an accessor column with an object key or array index, the same will be used to uniquely identify the column.
205+
- Any periods (`.`) in an object key will be replaced by underscores (`_`).
205206
- If defining an accessor column with an accessor function
206207
- The columns `id` property will be used to uniquely identify the column OR
207208
- If a primitive `string` header is supplied, that header string will be used to uniquely identify the column

0 commit comments

Comments
 (0)
Please sign in to comment.