Skip to content

Update README.md #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DetailsList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The DetailsList component has the following properties:
- `Records` - The dataset that contains the rows to render:
- `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.
- `RecordCanSelect` (optional) - The column name that contains a `boolean` value defining if a row can be selected.
- `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.
- `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.
- `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.
- `ColDisplayName` (Required) - Provides the name of the column to show in the header.
- `ColName` (Required) - Provides the actual field name of the column in the Items collection.
Expand Down