© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
9 replies
Remi Hindriks

ExpandableList isLimited not defined Tables Package

I'm using the tables package, and everything works fine. Except when i try to use an expandablelist in a textcolumn:

            TextColumn::make('certificates')
                ->label(__('Active courses'))
                ->color('primary')
                ->badge()
                ->limitList()
                ->expandableLimitedList()
                ->listWithLineBreaks(),
            TextColumn::make('certificates')
                ->label(__('Active courses'))
                ->color('primary')
                ->badge()
                ->limitList()
                ->expandableLimitedList()
                ->listWithLineBreaks(),

The show more button isnt shown and the console gives an error about the alpine variable not being defined:
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

isLimited combined with getTableRecordActionUsing breaks
FilamentFFilament / ❓┊help
2y ago
dispatchFormEvent not defined
FilamentFFilament / ❓┊help
16mo ago
Route not defined.
FilamentFFilament / ❓┊help
2y ago
Route not defined
FilamentFFilament / ❓┊help
3y ago