Last updated 2 years ago
Bootstrap's enhances the basic HTML table.
Use the bsTable class to create an instance of Bootstrap's table inside WireBootstrap.
bsTable
const myTable = new wire.bsTable();
Render the component using an HTML table element.
table
<table id="table" class="table table-hover table-striped"></table> ... myTable.render("#table",{ ... });
<wire-bs-table wr-config=""></wire-bs-table>
Use the wire-bs-table web component to render the component using .
wire-bs-table