Methods
const table = new wire.datatables().render("#table", {
...
});
const row = { product: "Bikes", sales: 1883 };
table.addRow(row);Last updated
Was this helpful?
const table = new wire.datatables().render("#table", {
...
});
const row = { product: "Bikes", sales: 1883 };
table.addRow(row);Last updated
Was this helpful?
Was this helpful?