Skip to content

Commit 356c2c6

Browse files
authored
Key the x-cloak for TableAttributes
1 parent b34c385 commit 356c2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Helpers/TableAttributeHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function getTopLevelAttributesArray(): array
131131
return [
132132
'x-data' => 'laravellivewiretable($wire)',
133133
'x-init' => "setTableId('".$this->getTableAttributes()['id']."'); setAlpineBulkActions('".$this->showBulkActionsDropdownAlpine()."'); setPrimaryKeyName('".$this->getPrimaryKey()."');",
134-
'x-cloak',
134+
'x-cloak' => '',
135135
'x-show' => 'shouldBeDisplayed',
136136
'x-on:show-table.window' => 'showTable(event)',
137137
'x-on:hide-table.window' => 'hideTable(event)',

0 commit comments

Comments
 (0)