Package de. peekandpoke. kraft. addons. semanticui. pagination
Types
Link copied to clipboard
class ElementsPerPage(ctx: Ctx<ElementsPerPage.Props>) : Component<ElementsPerPage.Props>
Content copied to clipboard
Link copied to clipboard
class Pagination(ctx: Ctx<Pagination.Props>) : Component<Pagination.Props>
Content copied to clipboard
Functions
Link copied to clipboard
fun Tag.ElementsPerPage( epp: Int, options: Set<Int> = setOf(10, 20, 50, 100, 500), onChange: (Int) -> Unit): ComponentRef<ElementsPerPage>
Content copied to clipboard
Link copied to clipboard
fun Tag.Pagination( activePage: Int, totalPages: Number?, style: Pagination.Style = Pagination.Style.default, onChange: (Int) -> Unit): ComponentRef<Pagination>
Content copied to clipboard
Link copied to clipboard
fun <T> FlowContent.renderPaginationAsAttachedSegment( paged: Paged<T>, filter: PagedSearchFilter, onChange: (PagedSearchFilter) -> Unit)
Content copied to clipboard