Introduction

// sales.js
export const dataset = new wire.data.DataSet({
Source: new wire.data.DataSource("sql"),
Query: wire.data.select().from("sales_table")
});
Last updated
Was this helpful?

// sales.js
export const dataset = new wire.data.DataSet({
Source: new wire.data.DataSource("sql"),
Query: wire.data.select().from("sales_table")
});
Last updated
Was this helpful?
Was this helpful?
<wire-datatables wr-import-data="./sales.js"></wire-datatables>