TreeListSpacerComponent
Represents the Kendo UI TreeListSpacer component for Angular. Used to give additional white space between the Pager inner elements, and provides a way for customizing the spacer width. It can also be used in any flex container within the TreeList.
Selector
kendo-treelist-spacer, kendo-treelist-pager-spacer
Inputs
width
string
Specifies the width of the TreeListSpacer.
Accepts the string values of the CSS flex-basis
property.
If not set, the TreeListSpacer will take all the available space.