PagingTable
PagingTable
is a table component with pagination functionality.
Theming
The PagingTable
is a multi part component.
PagingTable
inherits the style from Table.
If you want to change the style of the component, please check here.
export const PagingTable: ComponentMultiStyle<"PagingTable"> = mergeMultiStyle(Table,{baseStyle: {pagingControl: {gridTemplateColumns: "1fr 5fr 1fr",},},sizes: {sm: {pagingControl: {gap: 2,},},md: {pagingControl: {gap: 4,},},lg: {pagingControl: {gap: 6,},},xl: {pagingControl: {gap: 8,},},},},)()
Edit this page on GitHub