Skip to content

Commit

Permalink
Group template
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei authored and programmer4web committed Feb 19, 2018
1 parent 44d81d0 commit 9351ed6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cosmoz-omnitable-treenode-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<template class="edit-cell">
</template>

<template class="group">
<cosmoz-treenode hide-from-root="[[ _hideFromRoot ]]" show-max-nodes="[[ showMaxNodes ]]" no-wrap
key-property="[[ keyProperty ]]" key-value="[[ get(valuePath, item.items.0) ]]" value-property="[[ valueProperty ]]" owner-tree="[[ ownerTree ]]">
</cosmoz-treenode>
</template>

<template class="header">
<paper-autocomplete
text="{{ query }}"
Expand Down

0 comments on commit 9351ed6

Please sign in to comment.