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