Is it a bug or it's a normal behavior?

I have several columns, which are hidden in a relation manager and toogled default hidden. The problem is that still shows in the column (little icon top of the table).
Tables\Columns\TextColumn::make('updated_at')
->dateTime()
->hiddenOn(TenantsRelationManager::class)
->sortable()
->toggleable(isToggledHiddenByDefault: true),
Tables\Columns\TextColumn::make('updated_at')
->dateTime()
->hiddenOn(TenantsRelationManager::class)
->sortable()
->toggleable(isToggledHiddenByDefault: true),
it won't do anything if I thick the checkbox. Is this normal? If yes, how can I hide those columns fully?
No description
No description
1 Reply
Lara Zeus
Lara Zeus3mo ago
I think there is a conflict between hiddenOn and toggleable if the column is hidden it still appear in the toggle icon