#ExpandableList isLimited not defined Tables Package

9 messages · Page 1 of 1 (latest)

karmic frost
#

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(),

The show more button isnt shown and the console gives an error about the alpine variable not being defined:

spring shuttleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

errant flume
karmic frost
#

yes, and the latest (3.2)

errant flume
karmic frost
#
            <div>
                <h6>
                    {{ __('Students in this group') }}
                </h6>
                <div class="filament-table-overview">
                    <div class="bg-wave-foam p-4 rounded-lg">
                        {{ $this->table }}
                    </div>
                </div>
            </div>

what could break alpine in this?

errant flume
toxic horizon
#

facing the same issue
is there a solution

#

@errant flume @karmic frost