Replies: 1 comment
-
Same issue, did you find solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use toggleable in text column table.
Stack::make([
Tables\Columns\TextColumn::make('DataBox')
->toggleable(isToggledHiddenByDefault: true)
->size('sm')
->wrap()
->html(),
Tables\Columns\TextColumn::make('DataPcs')
->toggleable(isToggledHiddenByDefault: true)
->size('sm')
->wrap()
->html(),
])
Beta Was this translation helpful? Give feedback.
All reactions