Replies: 1 comment
-
Was thinking of something like this for tracker sections. |
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'd love to be able to specify an onClick handler that's attached to each
BarList
row item. I see thathref
was added, but that takes in a string and creates links with a_blank
target.I'm thinking something like this:
In this case, the
item
param would give me access to the whole element from the originaldata
array, including any other non standard fields, so I can access meta data that isn’t actually displayed in the UI.My use case right now is that I want to update a state stored in context when clicking on a BarList item. This would then then change part of the current dashboard view.
Beta Was this translation helpful? Give feedback.
All reactions