Comment on page
Introduction

The JavaScript framework for Bootstrap Themes and Components
Bootstrap themes are a great starting point for developing eye-catching web sites and business applications.
WireBootstrap makes it easy build web applications that connect data services to these themes and the many components that come with them.
// sales.js
export const dataset = new wire.data.DataSet({
Source: new wire.data.DataSource("sql"),
Query: wire.data.select().from("sales_table")
});
<wire-datatables wr-import-data="./sales.js"></wire-datatables>

sales_table in DataTables
Last modified 3mo ago