Sortable table component
This commit is contained in:
parent
e623d52f34
commit
6ba5cf2322
23 changed files with 225 additions and 74 deletions
|
@ -0,0 +1,5 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'tr',
|
||||
});
|
|
@ -0,0 +1,6 @@
|
|||
<td>
|
||||
{{data.characteristicName}}
|
||||
</td>
|
||||
<td>
|
||||
{{data.characteristicType}}
|
||||
</td>
|
Reference in a new issue