I am working on a table with three columns that is styled using the Bootstrap class "table table-striped"
. However, I need the first column to be 100px
in width, the second column to be 400px
, and the third column to be 200px
. How can I achieve this customization within Bootstrap tables?