AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

Reimplement treetable without using primeng #277

Open fateeand opened 9 months ago

fateeand commented 9 months ago

Primeng treetable is implemented in such a way that it requires a lot of ugly workarounds to adjust it.

Virtual scroller doesn't work as expected out of the box and the biggest issue is that it doesn't support autolayout for scrollable tables (header and body are separated into different tables by design - temporary workaround is implemented in https://github.com/AbsaOSS/cps-shared-ui/issues/276, but we still can't prevent flickering and sometimes cells width match is still not accurate).