When a select option is too long, it stretches the container to accommodate its length. I have created a truncate function to limit the display to 20 characters and add ellipses to prevent this stretching.
I have been searching for a way to show the entire select option over the page without affecting surrounding elements. Essentially, I want a fixed position that doesn't trigger scrolling on the page.
Does anyone know of any plugins or solutions that accomplish this?
For example:
This is a really...
The goal is to prevent the TD element from stretching when viewing select options by clicking on them. Displaying the full content without altering the cell's width is key.
Simply toggling between different select menus won't work as they would still impact the cell's width.