I am facing an issue with fixing the width of the first column in a primeNG table. Despite inspecting the element and confirming that it is displaying correctly, my CSS adjustments are being overridden.
Essentially, I am seeking a CSS solution where, regardless of the other column sizes, the first column will maintain a fixed width when switching tabs.
I attempted to set a fixed width for the first child, but it seems to be defaulting to 100% width instead.
https://i.sstatic.net/M1HGZ.png The image above shows that the size appears as 368 despite defining it as 100px.
Similarly, upon changing tabs, the width ends up being 920 even with the 100px fixed width setting.
https://i.sstatic.net/c9tnN.png
Is there a method to establish a fixed width of 100px while keeping the table responsive with a width of 100%?
For a reproducible example, you can visit the following link: