Skip to content

Commit c01ebc0

Browse files
authored
Update README.md
Small correction so the correct subheading name can be searched for.
1 parent 0b03d06 commit c01ebc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DetailsList/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The DetailsList component has the following properties:
1818
- `Records` - The dataset that contains the rows to render:
1919
- `RecordKey` (optional) - The unique key column name. Provide this if you want the selection to be preserved when the Records are updated, and when you want the `EventRowKey` to contain the id instead of the row index after the `OnChange` event is fired.
2020
- `RecordCanSelect` (optional) - The column name that contains a `boolean` value defining if a row can be selected.
21-
- `RecordSelected` (optional) - The column name that contains a `boolean` value defining if a row is selected by default and when setting the `InputEvent` to contain `SetSelection`. See the section on `Set Selection` below.
21+
- `RecordSelected` (optional) - The column name that contains a `boolean` value defining if a row is selected by default and when setting the `InputEvent` to contain `SetSelection`. See the `Set Row Selection` section below.
2222
- `Columns` (Optional) - The dataset that contains option metadata for the columns. If this dataset is provided, it will completely replace the columns provided in the Records dataset.
2323
- `ColDisplayName` (Required) - Provides the name of the column to show in the header.
2424
- `ColName` (Required) - Provides the actual field name of the column in the Items collection.

0 commit comments

Comments
 (0)