Can't use visible and hidden methods with Table's ColumnGroup Component #15448
Unanswered
myregistration
asked this question in
Help
Replies: 2 comments
-
I think it makes sense because you can't set the visibility of column by row. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to exclude whole the column based on a conditional, But I need
access to the record in order to set the conditional
…On Tue, Jan 28, 2025 at 12:41 PM Leandro Ferreira ***@***.***> wrote:
I think it makes sense because you can't set the visibility of column by
row.
—
Reply to this email directly, view it on GitHub
<#15448 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN3ML7YFN4IVZLLVV236R32M7TQXAVCNFSM6AAAAABV7ICKZ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJYHA3TSNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
Which means we have to set visible/hidden for each column within the group. If I could at least get $record from columns() closure I could return empty array, but this would be kludgy.
And I can't access $record value from visible/hidden because it's null. It is set in
formatStateUsing()
though. I also can't access Table filters nor can I get a reliableurl()->current()
value because it also returns pathlivewire.update
. I think this may be affected more so when using the slideover for resource actions.Beta Was this translation helpful? Give feedback.
All reactions