bootstrap4のテーブルに横スクロールバーを表示したい
<div class="table-responsive">
<table class="table table-bordered table-striped text-nowrap" >
<thead>
<tr class ="table-primary">
<th>入庫/NO </th>
<th> 前残</th>';
<th>入庫</th>';
</tr>
</thead>
</table>
</div>
前近代的だがwidthでもだめだったのスーペースで無理矢理
セットする方法がどうもベストらしい

PR