Infinite List api
NbInfiniteListDirective
Inputs
Name | Type | Description |
threshold | number | Threshold after which event load more event will be emited. In pixels. |
listenWindowScroll | any | By default component observes list scroll position.
If set to |
Outputs
Name | Type | Description |
bottomThreshold | EventEmitter<any> | Emits when distance between list bottom and current scroll position is less than threshold. |
topThreshold | EventEmitter<any> | Emits when distance between list top and current scroll position is less than threshold. |
NbListPageTrackerDirective
Inputs
Name | Type | Description |
pageSize | number | Items per page. |
startPage | number | Page to start counting with. |
Outputs
Name | Type | Description |
pageChange | EventEmitter<number> | Emits when another page become visible. |
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.