Infinity Paged Component
Composable function for managing an infinitely paged component.
Parameters
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it parameter
Type Parameters
The type of the paginated data.
Composable function for managing an infinitely paged component.
Parameters
Initial page number.
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it parameter
Type Parameters
The type of the paginated data.
Overloaded composable function for an infinitely paged component.
Parameters
Initial pagination information.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it parameter
Type Parameters
The type of the paginated data.
Overloaded composable function for an infinitely paged component.
Parameters
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it parameter
Type Parameters
The type of the paginated data.