Browse Source

Remove traits from the table component

pull/36/head
Artur Arseniev 9 years ago
parent
commit
b4359abf09
  1. 2
      src/dom_components/model/ComponentTable.js

2
src/dom_components/model/ComponentTable.js

@ -9,6 +9,7 @@ define(['./Component'],
droppable: ['tr', 'tbody', 'thead', 'tfoot'],
columns: 3,
rows: 2,
/*
traits: [{
label: 'Columns',
name: 'columns',
@ -18,6 +19,7 @@ define(['./Component'],
name: 'rows',
changeProp: 1,
}]
*/
}),
initialize: function(o, opt) {

Loading…
Cancel
Save