Skip to content

Commit 71d91cb

Browse files
authored
Merge pull request #677 from devforth/feature/AdminForth/1748/add-showin-property-to-clonero
fix: add description makeCloneButtonAsQuickAction to documentation
2 parents 819d2a5 + 7dc74ab commit 71d91cb

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)