New to Kendo UI for AngularStart a free 30-day trial

TreeListSpacerComponent

Represents the Kendo UI TreeListSpacer component for Angular. Use this component to add extra white space between Pager inner elements or to customize the spacer width. You can also use it in any flex container within the TreeList. See example.

html
<kendo-treelist [data]="data" [fetchChildren]="fetchChildren" [hasChildren]="hasChildren">
  <ng-template kendoTreeListToolbarTemplate>
    <kendo-treelist-spacer></kendo-treelist-spacer>
      <button type="button" kendoTreeListExcelCommand [svgIcon]="fileExcelIcon"> Export to Excel </button>
    <kendo-treelist-spacer></kendo-treelist-spacer>
  </ng-template>
  <kendo-treelist-column field="ProductName" title="Product Name"></kendo-treelist-column>
</kendo-treelist>

Selector

kendo-treelist-spacer

Inputs

NameTypeDefaultDescription

width

string

Specifies the width of the TreeListSpacer. Accepts string values for the CSS flex-basis property.

If not set, the TreeListSpacer takes all available space.

In this article
SelectorInputs
Not finding the help you need?
Contact Support