bootstrap その6 tableに横スクロールバー

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でもだめだったのスーペースで無理矢理
セットする方法がどうもベストらしい