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

visible(callable) not working #23

Closed
Fanom2813 opened this issue Nov 28, 2024 · 2 comments
Closed

visible(callable) not working #23

Fanom2813 opened this issue Nov 28, 2024 · 2 comments

Comments

@Fanom2813
Copy link

Hello, how can i hide and show with visible

->visible(fn($record) => dd($record))

$record is always null it would be cool also to support color

@atmonshi
Copy link
Member

atmonshi commented Dec 22, 2024

sorry for the delay.

I dont think this is related to the package, its in filament
dose this works? I got null too

TextColumn::make('name')
    ->visible(fn($record)=>dd($record)),

@Fanom2813
Copy link
Author

It is not

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

No branches or pull requests

2 participants