Data
Data
const users = [
{ value: "jkratz", label: "Jamie Kratz" },
{ value: "pdougherty", label: "Pat Dougherty" }
];
const select = new wire.bsSelect().render("#select", {
data: users
});const userTable = new wire.data.DataTable([
{ value: "jkratz", label: "Jamie Kratz" },
{ value: "pdougherty", label: "Pat Dougherty" }
]);
const select = new wire.bsSelect().render("#select", {
data: userTable
});DataMap
DataRow
DataSet
DataConfig
Data Method
Last updated
Was this helpful?