bezhanSalleh / filament-shield

The easiest and most intuitive way to add access management to your Filament Admin Resources, Pages & Widgets through `spatie/laravel-permission`
MIT License
1.35k stars 166 forks source link

toggleable not respecting visable on cloumns and appears on hidden columns list #399

Open mohamedsharaf opened 1 month ago

mohamedsharaf commented 1 month ago

when do like this

    Tables\Columns\TextColumn::make('created_at')  
    ->toggleable(isToggledHiddenByDefault: true)
                ->visible(false)

it shows the created_at under column list even visible is false

ruibeard commented 2 weeks ago

I've experienced the same only when the TextColumn was inside a Split