I currently have a table with three columns.
The third column consists of multiple images that are clickable to perform an action, so I need this column to be horizontally scrollable.
To achieve this, I inserted a <div>
in the third column and added multiple <a>
tags, each containing an <img>
element.
However, I am facing an issue where the div is expanding vertically instead of horizontally.
My code works fine without bootstrap table CSS applied.
Can anyone provide assistance with this issue?
I am using bootstrap in my code. Unfortunately, bootstrap does not offer built-in support for horizontal scrolling, and I have tried various solutions found online without success.