Multiple buttons: hiding specific one #2240
Unanswered
daniel-skopek
asked this question in
Q&A
Replies: 3 comments
-
I believe you could use hideIf on the LinkColumn, if you wanted to hide the button on a particular row, should work! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, hideIf() exists but for some reason button will not hide:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just fyi, this is something I'm tinkering with in v4 to make it smoother/consistent If I get the performance improvement expected, then I'll back port to v3 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have set multiple buttons in one ButtonGroupColumn:
Is there better way to hide specific button instead of changing style display to none? Because I cannot use $row before
? LinkColumn::make
Beta Was this translation helpful? Give feedback.
All reactions