8000 Merge pull request #43 from igmltd/patch-1 · wotzebra/livewire-sortablejs@e6bf54c · GitHub
[go: up one dir, main page]

Skip to content

Commit e6bf54c

Browse files
authored
Merge pull request #43 from igmltd/patch-1
Update README.md
2 parents 212693a + a684117 commit e6bf54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When you have multiple lists, each with items that can be moved between those di
132132
- `wire:sortable-group.handle`: This is an optional attribute. If you provide this attribute, then you will only be able to drag an item by dragging this html element. If you do not provide it, then the complete item will draggable.
133133

134134
```blade
135-
<div wire:sortable="updateGroupOrder" wire:sortable-group="updateTaskOrder" wire:sortable.options="{ animation: 50 }"
135+
<div wire:sortable="updateGroupOrder" wire:sortable-group="updateTaskOrder" wire:sortable.options="{ animation: 50 }">
136136
@foreach ($groups as $group)
137137
<div wire:sortable.item="{{ $group->id }}" wire:key="group-{{ $group->id }}">
138138
<h4>{{ $group->label }}</h4>

0 commit comments

Comments
 (0)
0