Incluye los archivos CSS y JavaScript de Bootstrap Table mediante npm o yarn.
npm install bootstrap-table
yarn add bootstrap-table Cuando solo necesitas incluir el CSS o JS compilado de Bootstrap Table, usa 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>