Skip to content

Commit

Permalink
Merge 44f4a6f into c676303
Browse files Browse the repository at this point in the history
  • Loading branch information
risalfajar committed Apr 8, 2023
2 parents c676303 + 44f4a6f commit 31de3d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/routes/docs/[...2]api/[...3]create-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,12 @@ const columns = table.createColumns([

Useful for row selection and row expanding UI.

#### `displayDef.id: string`
#### `displayDef.id?: string`

Defines the id of the display column. **Duplicate ids are not allowed** on a single table.

_Defaults to the value of `header`_.

:::example

```ts copy {4}
Expand Down

0 comments on commit 31de3d6

Please sign in to comment.