Skip to content

Commit db6f1a2

Browse files
committed
fix(docs): update docs
1 parent 0c80f77 commit db6f1a2

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/Components

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/data-view/examples/Components/Components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The `DataViewTable` component accepts the following props:
4848

4949
- `rows` defining the rows to be displayed in the table. Each item in the array can be either an array of `DataViewTd` (for simple rows) or an object with the following properties:
5050
- `row` (`DataViewTd[]`) defining the content for each cell in the row.
51-
- optional `id` (`string`) for the row.
51+
- optional `id` (`string`) for the row (can be used to match items in selection).
5252
- optional `props` (`TrProps`) to pass to the `<Tr>` component, such as `isHoverable`, `isRowSelected`, and other table row properties.
5353

5454
- optional `ouiaId`

0 commit comments

Comments
 (0)