Skip to content

Commit

Permalink
feat: left alignment and only deepest node shown
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloBar1 committed Nov 14, 2023
1 parent b422047 commit a07cc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmoz-omnitable-treenode-column.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ class CosmozOmnitableTreenodeColumn extends columnMixin(PolymerElement) {
</style>
<cosmoz-treenode
hide-from-root=${ifDefined(column.hideFromRoot)}
show-max-nodes=${ifDefined(column.showMaxNodes)}
no-wrap
show-max-nodes=${column.showMaxNodes ? column.showMaxNodes : '1'}
key-property=${column.keyProperty}
.keyValue=${get(item, column.valuePath)}
value-property=${column.valueProperty}
Expand Down Expand Up @@ -166,6 +165,7 @@ class CosmozOmnitableTreenodeColumn extends columnMixin(PolymerElement) {
active
></paper-spinner-lite>`
);

return html` <style>
cosmoz-autocomplete.cosmoz-treenode-header-input::part(input-label) {
text-transform: var(--cosmoz-omnitable-header-text-transform, none);
Expand Down

0 comments on commit a07cc85

Please sign in to comment.