I am facing a challenge in creating a table where the first column is fixed while the rest of the columns are scrollable horizontally.
Although I was able to implement this successfully, it does not seem to work when integrated into my website.
Whenever I attempt to fix the table head, the layout gets disrupted due to the first column.
The table works fine without any custom CSS, as demonstrated at:
However, with the applied CSS, the table behaves differently under my theme as seen here:
Can someone provide insights on what may be causing conflicts?
Update: I am aiming for the first column to remain fixed while the scrollbar starts from the second column, similar to the example shown here:
Unfortunately, in my CSS theme, the table appears differently as displayed here: