Skip to content

Commit 7dc74ab

Browse files
committed
fix: add description makeCloneButtonAsQuickAction to documentation
1 parent 1c44fd4 commit 7dc74ab

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

adminforth/documentation/docs/tutorial/09-Plugins/21-clone-row.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ plugins: [
3636
]
3737
```
3838

39+
## Options
40+
41+
### `makeCloneButtonAsQuickAction`
42+
43+
By default, the Clone action appears in the **three-dots dropdown menu** of each row. Set `makeCloneButtonAsQuickAction: true` to display it as a standalone icon button directly in the row actions area, next to other quick-action buttons like Approve:
44+
45+
```ts
46+
new CloneRow({
47+
makeCloneButtonAsQuickAction: true,
48+
}),
49+
```

0 commit comments

Comments
 (0)