Actions in table stacked into columns
Its there a magial == filamental way to have the table actions stacked in a column? Or i have to modify this class "filament-tables-actions-container"??
Thanks in advance.
14 Replies
Actions are separate columns so I can't see how you could do that.
maybe put them in an action group
it would be a dropdown though
Thanks a lot @danharrin I have tried that.. but then i cant conditionally hide the ActionGroup. this is the code i had for that:
`
what happens if you try that
It wont show in any case
It sopused to be visible on the first 2 rows
And i know the condition to work since when i change the visible to hidden it in did shows
sounds like a bug
you should report it with a reproduction repo
Ok, will do. Thanks a lot man
@danharrin Got it
The thing is that i have to hide the actions inside
not the action group itself
and then if you hide all actions, does the group hide itself?
It does
nice
I have no idea but have something to do with:
`
What i think it would be great if we can hide just the group itself.. less code π but this works for me perfectly. Thanks a lot man for the great work