Documentation

bounds()

Sets the display bounds for the list (e.g., for pagination).

bounds(
firstIndex?: BindingOrValue<number>,
maxItems?: BindingOrValue<number>,
): this;

Parameters

Return value

The builder instance for chaining.

Related