From c053e610e5582ac92fa14bfc36095a4e3dd26a09 Mon Sep 17 00:00:00 2001 From: portikM Date: Tue, 26 Nov 2024 16:15:27 -0500 Subject: [PATCH] docs(table-view): minor tweak --- docs/components/table-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/table-view.md b/docs/components/table-view.md index 1e057fe5a8..535d2cc68c 100644 --- a/docs/components/table-view.md +++ b/docs/components/table-view.md @@ -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.