data
inner DataStore
let data: DataStore
Example
Section titled “Example”var grid = webix.grid({ url:"data.php",});
grid.data.ignore(() => grid.data.add({ some: "text" }));
Details
Section titled “Details”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.