show a popover when column cell is clicked. #2816
Unanswered
learntocode-react
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add a hyperlink to the cell data Summary which when clicked can open a popover in one of the column.
Having problem with 2 issues right now.
How can I access the particular row data -
name
to pass into the functioncalculateInstanceName
this should take parameter name/data of the row only.I tried passing
data.name
but gives me an error. Data is an array of objects.this.calculateCount() will give me the count of the successful instances applied to the current row name but right now its giving me the wrong number as its going through the whole data object and calculate the count of all the rows.
How to make this
Applied - (count)
an hyperlink and when clicked should show a popover.the number of the instances can be large so need to show the list in the popover.
Beta Was this translation helpful? Give feedback.
All reactions