Skip to content

Commit 42d96b2

Browse files
authored
Fix a couple typos and wording in columns doc (#1072)
1 parent 02cfb72 commit 42d96b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/columns.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const columns = [
5858

5959
# Column ID's
6060

61-
Internally, `columns` require an `id` property. Particularly, if you use the `defaultSortFieldId` property and you want to defined a pre sorted columns by `id`. If you omit `id` from a column object RDT will auto genereate id's starting at 1, 2, 3 and so on... It is however recommended that you use your own `id`, which can be wither a `string` or a `number`.
61+
Internally, `columns` require an `id` property. Particularly, the `id` property is required if you use the `defaultSortFieldId` property and you want to define presorted columns by `id`. If you omit `id` from a column object, RDT will autogenerate `id` values starting at 1, 2, 3 and so on. It is, however, recommended that you use your own `id`, which can be either a `string` or a `number`.
6262

6363
```js
6464
const columns = [

0 commit comments

Comments
 (0)