ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
11 lines • 331 B
JavaScript
/**
_enyo.DataTable_ enables the creation of data-driven tables.
Along with _enyo.Table_, this is a work in progress.
*/
enyo.kind({
name: "enyo.DataTable",
kind: "enyo.DataRepeater",
defaultKind: "enyo.TableRow",
style: "display: table;",
containerOptions: {kind: "enyo.Table", name: "container", style: "width: 100%;"}
});