Tree Grid api

Overview
API
Theme
Examples

NbTreeGridComponent

Inputs

NameTypeDescription
equalColumnsWidthboolean

Make all columns equal width. False by default.

nbTreeGrid<T>[] | NbTreeGridDataSource

The table's data

NbTreeGridPresentationNode

Properties

NameTypeDescription
data

Data object associated with row

expandedboolean

Row expand state

Methods

NameDescription
hasChildren()
returns:boolean

True if row has child rows

NbTreeGridColumnDefDirective

Inputs

NameTypeDescription
hideOn

Amount of pixels of viewport at which column should be hidden. type number

nbTreeGridColumnDefstring

Column name

showOn

Amount of pixels of viewport at which column should be shown. type number

NbTreeGridRowDefDirective

Inputs

NameTypeDescription
nbTreeGridRowDefColumnsIterable<string>

Columns to be displayed on this row

NbTreeGridRowComponent

Inputs

NameTypeDescription
clickToToggleboolean

Toggle row on click. Enabled by default.

doubleClickDelaynumber

Time to wait for second click to expand row deeply. 200ms by default.

NbSortHeaderComponent

Inputs

NameTypeDescription
nbSortHeaderNbSortDirection

Current sort direction. Possible values: asc, desc, ``(none)

disabledboolean

Disable sort header

NbFilterInputDirective

Inputs

NameTypeDescription
debounceTimenumber

Debounce time before triggering filter method. Set in milliseconds. Default 200.

Calendar Kit
Previous page
ThemeService
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.