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.
2 parents 8055e22 + a3d4db1 commit c1c2d71Copy full SHA for c1c2d71
docs/datatable/configurable-areas.md
@@ -47,7 +47,7 @@ Example dropdown for the toolbar:
47
@keydown.window.escape="open = false"
48
x-on:click.away="open = false"
49
class="relative z-10 inline-block w-full text-left md:w-auto"
50
- wire:key="bulk-actions-button-{{ $component->getTableName() }}"
+ wire:key="my-dropdown-button-{{ $component->getTableName() }}"
51
>
52
<div>
53
<span class="rounded-md shadow-sm">
0 commit comments