Skip to content
New issue

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

Toggle Checkbox Remains Visible When the Column is Hidden #12780

Closed
NathanaelGT opened this issue May 14, 2024 · 0 comments · Fixed by #12854
Closed

Toggle Checkbox Remains Visible When the Column is Hidden #12780

NathanaelGT opened this issue May 14, 2024 · 0 comments · Fixed by #12854
Labels
Milestone

Comments

@NathanaelGT
Copy link
Contributor

Package

filament/tables

Package Version

v3.2.77

Laravel Version

v11.7.0

Livewire Version

v3.4.12

PHP Version

PHP 8.3.7

Problem description

Tables\Columns\TextColumn::make('email')
    ->hidden(fn() => ...)
    ->toggleable(),

When the hidden condition is true, the toggle checkbox remains visible

image

Expected behavior

The toggle checkbox also becames hidden

image

Steps to reproduce

Clone the repo, make filament user, navigate to users resource, set hidden condition for email or updated_at column

Reproduction repository

https://github.com/NathanaelGT/filament-toggleable-with-hidden

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants