Inclua os arquivos CSS e JavaScript fonte do Bootstrap Table via npm ou yarn.
npm install bootstrap-table
yarn add bootstrap-table Quando você precisar apenas incluir o CSS ou JS compilado do Bootstrap Table, use CDNJS.
<link rel="stylesheet" href="https://gcore.jsdelivr.net/npm/bootstrap-table@1.26.0/dist/bootstrap-table.min.css">
<script src="https://gcore.jsdelivr.net/npm/bootstrap-table@1.26.0/dist/bootstrap-table.min.js"></script>