maitrungduc1410 / primeng-shadowdom-directives

Directives that make PrimeNG plays nicely with ShadowDOM
https://maitrungduc1410.github.io/primeng-shadowdom-directives/
MIT License
14 stars 4 forks source link

Primeng virtual scroll styles not working inside litelement slot #7

Closed nchaitra closed 1 year ago

nchaitra commented 2 years ago

We are using litelement library to create components. In angular application when we add primeng virtual scroll table inside litelement component nothing is getting loaded but when we use p-table without virtual scroll enabled it's working.

Is there any limitation from primeng virtual scroll when used inside litelement

maitrungduc1410 commented 2 years ago

What issue is it? can you lemme know?

maitrungduc1410 commented 2 years ago

My library is to fix issue with "overlay" component inside ShadowDOM only, prime table is not such component, so it should work.

I did a test following example on PrimeNG website and it works fine:

Screenshot 2022-10-27 at 9 01 32 AM