Paged Component
Overloaded composable function for paginated components with preloaded data.
Parameters
The type of paginated data.
Preloaded pagination result.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data.
Overloaded composable function for paginated components with pagination info.
Parameters
The type of paginated data.
Initial pagination information.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data.
Overloaded composable function for paginated components with an initial page.
Parameters
The type of paginated data.
Initial page number.
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data.
Overloaded composable function for paginated components with only a size parameter.
Parameters
The type of paginated data.
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data.