{{ t.pages.treeview.intro }}

{{ t.common.sectionDescription }}

{{ descriptionBody }}

{{ t.common.sectionFeatures }}
  • {{ item }}
{{ t.common.sectionLimitations }}
  • {{ item }}
{{ classicTreeTitle }}

{{ classicTreeBody }}

{{ staticSelectTitle }}

{{ staticSelectBody }}

{{ currentValueLabel }}: {{ selectedStaticTreeValueText }}
{{ currentLabelLabel }}: {{ selectedStaticTreeLabel }}
{{ lazySelectTitle }}

{{ lazySelectBody }}

{{ currentValueLabel }}: {{ selectedLazyTreeValueText }}
{{ currentLabelLabel }}: {{ selectedLazyTreeLabel }}
{{ rawFrameTitle }}

{{ rawFrameBody }}

{{ currentValueLabel }}: {{ selectedRawFrameValueText }}
{{ currentLabelLabel }}: {{ selectedRawFrameLabel }}
{{ rawLazyTitle }}

{{ rawLazyBody }}

{{ currentValueLabel }}: {{ selectedLazySerializableValueText }}
{{ currentLabelLabel }}: {{ selectedLazySerializableLabel }}
{{ customRenderTitle }}

{{ customRenderBody }}

{{ currentValuesLabel }}: {{ selectedMultiTreeValueText }}
{{ currentLabelsLabel }}: {{ selectedMultiTreeLabel }}

{{ apiIntro }}

  • {{ item }}
<li-treeview
  [data]="treeNodes"
  [searchPlaceholder]="'Buscar nó'">
</li-treeview>
<li-treeview-select
  [pageLoader]="loadRawTreeChunk"
  [settings]="lazySerializableSettings"
  [pageSize]="20"
  placeholder="Selecione um nó"
  [(ngModel)]="selectedValue">
</li-treeview-select>