[DataTable with virtual scroll] Using primevue inside shadow-dom #3037
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using this component with datatable and virtual scroll, some style seems to be added with some sort of lib. Those styles are added outside shadow dom so they do not apply to the data table. Is there a way to make PrimeVue work with shadow dom?
Reproducer
No response
PrimeVue version
3.17.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Use a datatable inside a shadow-dom web-component with multiple elements in it. See that some style are not working (like the height of the table is not applied)
Expected behavior
Work as expected inside shadow-dom
The text was updated successfully, but these errors were encountered: