Skip to content

Commit 0f9f255

Browse files
authored
Merge pull request #2271 from lrljoe/AdjustAttributeDefaultForXCloak
Key the x-cloak for TableAttributes
2 parents b34c385 + 356c2c6 commit 0f9f255

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)