mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
Update packages/tables/resources/views/index.blade.php
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
|
||||
<div
|
||||
@if ($hasCollapsibleColumnsLayout)
|
||||
x-data="{ isCollapsed: @js($isCollapsed) }"
|
||||
x-data="{ isCollapsed: @js($collapsibleColumnsLayout->isCollapsed()) }"
|
||||
x-init="$dispatch('collapsible-table-row-initialized')"
|
||||
x-on:expand-all-table-rows.window="isCollapsed = false"
|
||||
x-on:collapse-all-table-rows.window="isCollapsed = true"
|
||||
|
||||
Reference in New Issue
Block a user