Skip to content

Commit

Permalink
fix: fix batch action docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon committed Sep 28, 2024
1 parent 72eb80a commit 0f58880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CvDataTable/CvDataTable.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ when no items were select, please now use the new property `stickyBatchActive`.


# Using v-model selected rows
If you are using the selected rows for batch actions or any other purpose, you should assign usable ids to the rows.
It is these ids that are include the selected rows events and in the selected rows v-model. Set the v-model on the
If you are using the selected rows for batch actions or any other purpose, you should assign usable values to the rows.
It is these values that are included in the selected rows events and in the selected rows v-model. Set the v-model on the
cv-table like `<cv-table v-model:rows-selected="selectedRows" ...`

<Canvas>
Expand Down

0 comments on commit 0f58880

Please sign in to comment.