mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Reverted doc related changes
This commit is contained in:
parent
95f8d626cc
commit
67baf25361
3 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
<div style={{textAlign: 'center', marginBottom:'15px'}}>
|
||||
<img className="screenshot-full" src="/img/widgets/kanban/kanban2/kanban2.png" alt="ToolJet - Component Reference - Kanban Component" />
|
||||
</div>
|
||||
|
||||
<div style={{paddingTop:'24px', paddingBottom:'24px'}}>
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ Similarly, for an Image component inside List View, you can use the below code t
|
|||
{{listItem.imageURL}}
|
||||
```
|
||||
|
||||
<div style={{textAlign: 'center', marginBottom: '15px'}}>
|
||||
<img className="screenshot-full" src="/img/widgets/list-view/listviewapp.png" alt="ToolJet - List view component" />
|
||||
</div>
|
||||
|
||||
<div style={{paddingTop:'24px', paddingBottom:'24px'}}>
|
||||
|
|
|
|||
|
|
@ -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)**.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue