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 side menu that will close when I clicked any area of the document ( adding addEventListener to the document). now I face a problem with clicking the value of the cell, the onClick is not working with the Cell (custom rendering), even when I use getProps or getTdProps, I tried e.stopPropagation() and e.nativeEvent.stopImmediatePropagation(), unfortunately it was unsuccessful.
in the normal rendering of the column when I clicked the value of cell the onClick event is triggering but when I use custom cell rendering (using Cell ) the onClick event is not triggering.
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
-
I have a side menu that will close when I clicked any area of the document ( adding addEventListener to the document). now I face a problem with clicking the value of the cell, the onClick is not working with the Cell (custom rendering), even when I use getProps or getTdProps, I tried e.stopPropagation() and e.nativeEvent.stopImmediatePropagation(), unfortunately it was unsuccessful.
in the normal rendering of the column when I clicked the value of cell the onClick event is triggering but when I use custom cell rendering (using Cell ) the onClick event is not triggering.
Beta Was this translation helpful? Give feedback.
All reactions