Open
Description
Package
filament/tables
Package Version
v3.3.10
Laravel Version
v12.8.1
Livewire Version
v3.6.2
PHP Version
PHP 8.3.20
Problem description
I have a table which has this column (here):
Tables\Columns\TextColumn::make('items.name')
->badge()
->listWithLineBreaks(false)
->limitList(1)
->expandableLimitedList()
->limit(15)
->searchable()
I open the browser devtools and I see:
I tried to debug it down and I would guess the error is on this line.
Expected behavior
I expected to be able to toggle the "Show 1 more" / "Show 1 less" buttons as in earlier versions.
Steps to reproduce
- Clone the repo
- Execute migrations
- Go to /admin/users
- Open web devtools
- Checkout this file
Reproduction repository (issue will be closed if this is not valid)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo