Documentation

emptyState()

Defines an ‘empty state’ view to be shown when the list is empty.

emptyState(emptyState: ViewBuilder | undefined): this;

Parameters

Return value

The builder instance for chaining.

Related