API Reference
Class
ElementPaginationExtensions
Extension methods for adding pagination to elements
Inheritance
- Object
- ElementPaginationExtensions
Methods
Pagination 2 overloads
public static TablerPagination Pagination(Element element, Action<TablerPagination> configure) #Returns:
TablerPaginationAdds a Tabler pagination to the element with fluent configuration
Parameters
- element HtmlForgeX.Element
- configure System.Action{HtmlForgeX.TablerPagination}
public static TablerPagination Pagination(Element element) #Returns:
TablerPaginationAdds a Tabler pagination to the element
Parameters
- element HtmlForgeX.Element