We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filament/tables
v3
v10
PHP 8
Show more didn't expand column, it redirect to view page instead in table view if limit list exceed.
It must only expand column not redirect to any page without any URL provided.the
TextColumn::make('title') ->badge() ->listWithLineBreaks() ->limitList(2) ->expandableLimitedList(),
https://github.com/shreejanpandit/doctor_appointment_filament
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
filament/tables
Package Version
v3
Laravel Version
v10
Livewire Version
v3
PHP Version
PHP 8
Problem description
Show more didn't expand column, it redirect to view page instead in table view if limit list exceed.
Expected behavior
It must only expand column not redirect to any page without any URL provided.the
Steps to reproduce
TextColumn::make('title')
->badge()
->listWithLineBreaks()
->limitList(2)
->expandableLimitedList(),
Reproduction repository (issue will be closed if this is not valid)
https://github.com/shreejanpandit/doctor_appointment_filament
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: