diff --git a/README.md b/README.md index 4caba70..737c179 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ AdjacencyList::make('subjects') ``` > [!IMPORTANT] > **Reorder Action** +> > If you want to add `->extraAttributes()` to the action, you need to add the `['data-sortable-handle' => 'true']` attribute to the array. +> > if you want to trigger a livewire action on click, you need to chain `->livewireClickHandlerEnabled()` on the action. ## Changelog