Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Apr 3, 2024
1 parent 41bb1c6 commit 60cec07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/src/docs/examples/row-selections.stories.tsx
Expand Up @@ -20,8 +20,10 @@ export default {
title="Row selections"
description={
<Description>
You can enable row selections by setting <PropName>rowSelect</PropName> prop to multi for
multi-selection or single for single-selection.
You can enable row selections by setting <PropName>rowSelect</PropName> prop to{" "}
<PropName>multi</PropName> for multi-selection or <PropName>single</PropName> for
single-selection. The row marker behavior and appearance can be controlled by setting the{" "}
<PropName>rowMarkers</PropName> prop.
</Description>
}>
<Story />
Expand Down

0 comments on commit 60cec07

Please sign in to comment.