diff --git a/src/view.js b/src/view.js index 2658ad82..b477b038 100644 --- a/src/view.js +++ b/src/view.js @@ -204,6 +204,37 @@ my.DataTable = Backbone.View.extend({ // ====================================================== // Core Templating + template: ' \ +
| {{/notEmpty}} \ + {{#headers}} \ + | \ + \ + \ + | \ + {{/headers}} \ +
| \ + {{#cells}} \ + | \ + \ + | \ + {{/cells}} \ +