Skip to content

Commit

Permalink
docs(table-view): minor tweak (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Nov 26, 2024
1 parent 9dd3e03 commit 5581ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/table-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ Function for making a row expandable. The function receives row value object as

### rowExpanded

Use this prop to specify initial expanded / collapsed state for each data row. The function receives row value object as an argument and should return a boolean value. Default value is `() => false`. When returned value is `true`, a row is rendered expanded.
Use this prop to specify the initial expanded / collapsed state for each data row. The function receives the row value object as an argument and should return a boolean value. Default value is `() => false`. When returned value is `true`, a row is rendered expanded.

<KTableView
:data="userTypeData"
Expand Down

0 comments on commit 5581ebf

Please sign in to comment.