Skip to content

Commit 3619fc7

Browse files
committed
Update README.md
1 parent de34aa9 commit 3619fc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ See more options at https://github.com/RubaXa/Sortable#options
2020
{
2121
ref: 'list',
2222
model: 'items',
23+
onStart: 'handleStart',
24+
onEnd: 'handleEnd',
25+
onAdd: 'handleAdd',
26+
onRemove: 'handleRemove',
27+
onUpdate: 'handleUpdate',
28+
onSort: 'handleSort',
29+
onFilter: 'handleFilter',
30+
onMove: 'handleMove',
2331
// Sortable options
2432
group: "name", // or { name: "...", pull: [true, false, clone], put: [true, false, array] }
2533
sort: true, // sorting inside list

0 commit comments

Comments
 (0)