From 67baf25361662ca5bf85bbc7af6f00f5a45ed5b6 Mon Sep 17 00:00:00 2001 From: Kavin Venkatachalam Date: Tue, 30 Apr 2024 13:19:12 +0530 Subject: [PATCH] Reverted doc related changes --- docs/docs/widgets/kanban-board.md | 2 -- docs/docs/widgets/listview.md | 2 -- docs/docs/widgets/table.md | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/widgets/kanban-board.md b/docs/docs/widgets/kanban-board.md index a0959cd695..ff7b6361fc 100644 --- a/docs/docs/widgets/kanban-board.md +++ b/docs/docs/widgets/kanban-board.md @@ -26,8 +26,6 @@ For instance, you can set the `Data` property of a Text component on a card usin // Replace title with the key in your data ``` -
- ToolJet - Component Reference - Kanban Component
diff --git a/docs/docs/widgets/listview.md b/docs/docs/widgets/listview.md index 822534a4e5..7ef6afa4c9 100644 --- a/docs/docs/widgets/listview.md +++ b/docs/docs/widgets/listview.md @@ -39,8 +39,6 @@ Similarly, for an Image component inside List View, you can use the below code t {{listItem.imageURL}} ``` -
- ToolJet - List view component
diff --git a/docs/docs/widgets/table.md b/docs/docs/widgets/table.md index e4deb27a14..0f97ab0bcb 100644 --- a/docs/docs/widgets/table.md +++ b/docs/docs/widgets/table.md @@ -426,7 +426,7 @@ Activate this option to visually emphasize the last clicked row. **Enabling** th To enable the selection of one or more rows from the current page of a table, you can activate the 'Bulk selection' setting in the inspector. The values of the selected rows will be exposed as '**selectedRows**'. -### Default selected row +### Default Selected Row By enabling this option, you can designate a default row to be pre-selected when the app loads. This means that whenever the app is opened for the first time, a specific row will already be highlighted in the table by default. Additionally, there is an accessible variable that stores the value for this setting. You can find a list of all accessible variables **[here](#exposed-variables)**.