data
JavaScript array containing data for the component
let data: string|array|object
Example
Section titled “Example”var books = [ [ "War and Peace", "Leo Tolstoy" ], [ "Hamlet", "Shakespeare" ], [ "Madame Bovary", "Gustave Flaubert" ]];
webix.grid({ data: books, datatype: "jsarray", autoConfig: true});
also check the next samples:
Details
Section titled “Details”For data types other than JSON the property is used together with the datatype parameter.
See also
Section titled “See also”Articles
API