I know there are hundred of postings here about fixed columns, horizontal scrolling in tables - but most of them don't work for me or they have some constraints which don't allow me to use it. I tried to resolve the problem has one table which contains all frozen columns and I wanted to have a second table beside which has the scrollable columns. But even after hours, I don't get this working. I played around with many solutions - nested tables, containers - no success. I tried float left/right - but the issue is that my table is obviously too big and therefore will always float below.
So all that I want to achieve: Have a table on the left side with all frozen columns - have a table beside with the content and which can scroll horizontally. How can I wrap my 2 tables to achieve this?
I am using Angular
- so I want to do this with pure HTML/CSS/Angular
. I also cannot use some of the existing modules since this is part of a more complex solution.
Thanks Michael