Skip to content

Commit

Permalink
docs: Update column-defs.md (#5157)
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtm committed Dec 17, 2023
1 parent 21c1dbb commit cc8ecd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/column-defs.md
Expand Up @@ -202,6 +202,7 @@ columnHelper.accessor(row => `${row.firstName} ${row.lastName}`, {
Columns are uniquely identified with 3 strategies:

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

0 comments on commit cc8ecd9

Please sign in to comment.