Infinite List api

Overview
API
Examples

NbInfiniteListDirective

Inputs

NameTypeDescription
thresholdnumber

Threshold after which event load more event will be emited. In pixels.

listenWindowScrollany

By default component observes list scroll position. If set to true, component will observe position of page scroll instead.

Outputs

NameTypeDescription
bottomThresholdEventEmitter<any>

Emits when distance between list bottom and current scroll position is less than threshold.

topThresholdEventEmitter<any>

Emits when distance between list top and current scroll position is less than threshold.

NbListPageTrackerDirective

Inputs

NameTypeDescription
pageSizenumber

Items per page.

startPagenumber

Page to start counting with.

Outputs

NameTypeDescription
pageChangeEventEmitter<number>

Emits when another page become visible.

List
Previous page
Sidebar
Next page

Need some help or found an issue?

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