Is there a way to maintain column width when there are multiple columns present? When the user clicks the + to view additional data, the Product Type column ends up looking uneven due to width issues.
I attempted to use style="width:300px;"
, but unfortunately, it did not have the desired effect.
https://i.sstatic.net/vfLjS.png
https://i.sstatic.net/o7kih.png
Please review the code at the following link: https://jsfiddle.net/chanthida/vfLzt4mw/1/
Thank you.