I am a beginner with bootstrap and I find it extremely useful. I have encountered a problem with a table I am working on. I am trying to set the width of the first column and keep it always visible, but I am having trouble achieving this. I have successfully made the table header always visible.
I attempted to adjust the width of my 'metric' column using the code below, but it did not have any effect. What am I missing?
<th style="width: 30%">metric</th>