We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4db1 commit 71c85edCopy full SHA for 71c85ed
docs/datatable/configurable-areas.md
@@ -83,7 +83,7 @@ Example dropdown for the toolbar:
83
<div class="py-1" role="menu" aria-orientation="vertical">
84
<button
85
wire:click="my-action"
86
- wire:key="bulk-action-my-action-{{ $component->getTableName() }}"
+ wire:key="my-dropdown-my-action-{{ $component->getTableName() }}"
87
type="button"
88
class="flex items-center block w-full px-4 py-2 space-x-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900 dark:text-white dark:hover:bg-gray-600"
89
role="menuitem"
0 commit comments