I'm using Angular 8's table (not using flex) with first 2 columns as sticky.
Issue :
- The main issue is the space between the 1st and 2nd columns which leads to other issues.
- When I do a horizontal scroll, the scrolling data is visible in the space between those columns
- There is a css property which sets left to be 159px. How is this calculated?
Reproducing the issue.
Use Angular's table example with sticky columns. https://stackblitz.com/angular/lynkxvonedv?file=src%2Fapp%2Ftable-sticky-columns-example.html
- Add Sticky to the 2nd column (Position)
- Add a long text to any non-sticky column. (I have used it for Weight column).
Thanks in Advance.