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
If I use shadow dom, most of the function does not work: resize columns, reposition columns, edit cell by double click, select row by click and others.
I try to use library [email protected] and I also try to use directly attachShadow, but I have the same result - it doesn't work.
I tried to solve this problem by myself, and I found out that instead of CustomEvents I get standard onClick. But I don't know how to fix it.
Expected behavior:
Screenshots:
The text was updated successfully, but these errors were encountered:
ilyashishov
changed the title
Tables event in Shadow Dom don't work
Tables events in Shadow Dom don't work
Aug 29, 2021
ilyashishov
changed the title
Tables events in Shadow Dom don't work
Tables' events in Shadow Dom don't work
Aug 29, 2021
Bug Report
Package versions:
Steps to reproduce: https://codesandbox.io/s/fancy-dust-le72h
Current behavior:
If I use shadow dom, most of the function does not work: resize columns, reposition columns, edit cell by double click, select row by click and others.
I try to use library [email protected] and I also try to use directly attachShadow, but I have the same result - it doesn't work.
I tried to solve this problem by myself, and I found out that instead of CustomEvents I get standard onClick. But I don't know how to fix it.
Expected behavior:
Screenshots:
The text was updated successfully, but these errors were encountered: