Skip to content

data

inner DataStore

let data: DataStore
var grid = webix.grid({
url:"data.php",
});
grid.data.ignore(() => grid.data.add({ some: "text" }));

Normally, you don’t need to access DataStore directly. The component provides its own commands which call the datastore API inside. Still, in some cases you may want to directly access the API or events of the datastore.