Table Alpine component not loading; Alpine Expression Error: isRecordSelected is not defined #12845
Replies: 3 comments 3 replies
-
I have determined that removing the I still don't understand why lazy loading of the component would cause this, however. |
Beta Was this translation helpful? Give feedback.
-
I ran into this issue using the default components. It has something to do with deferred loading. I added |
Beta Was this translation helpful? Give feedback.
-
I ran into the same issue with a filament table widget. I tried adding the ->deferLoading(false) to my table but unfortunately did not solve the issue |
Beta Was this translation helpful? Give feedback.
-
Package
Panel builder
Package Version
v3.2.80
How can we help you?
I am attempting to use the table builder included with the panel builder package. In the browser javascript console, I am seeing the following error:
In the network tab of my browser's dev tools, I do not see a request to
public/js/filament/tables/components/table.js
.I would expect a network request to the above file as part of this line:
in
vendor/filament/tables/resources/views/index.blade.php
.I found a similar discussion post here, but the accepted answer did not solve my problem (doesn't apply because I already have a root div around
{{ $this->table }}
in my view).I have
@filamentScripts
in my layout file and do not have@livewireScripts
specified, because my livewire configuration is set to inject assets automatically.Any help in debugging would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions