You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model with deeply nested parent child hierarchy. I'm trying to figure out an efficient way to hide some of the child rows by clicking an action on the parent row (like, [+] or [-] ).
All my items have WBS code like
1 Technology Budget
1.1 ChatGPT Subscription
1.2 CoPilot Subscription
1.2.3 XYZ item
2 Admin Charges
I have a column Expand with action which does this
Based on the WBS code like 1.% I want to trigger an action which can hide all rows with corresponding matching values and change the state of [+] to [-].
I have been able to filter records via query and it gives and impression that hides row.
But Im trying to figure out a way to hide this on frontend only, without hitting any query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Table builder
Package Version
v3
How can we help you?
I have a model with deeply nested parent child hierarchy. I'm trying to figure out an efficient way to hide some of the child rows by clicking an action on the parent row (like, [+] or [-] ).
All my items have WBS code like
I have a column Expand with action which does this
Based on the WBS code like 1.% I want to trigger an action which can hide all rows with corresponding matching values and change the state of [+] to [-].
I have been able to filter records via query and it gives and impression that hides row.
But Im trying to figure out a way to hide this on frontend only, without hitting any query.
Beta Was this translation helpful? Give feedback.
All reactions