Interface II18nLocalePagination
Properties
selectWidth
selectWidth: number
Methods
jumpTo
- jumpTo(options: { input: React.ReactNode }): React.ReactNode
-
Parameters
-
options: { input: React.ReactNode }
Returns React.ReactNode
pageStats
- pageStats(options: { Text: React.ComponentType<{ type: "middle" | "right" }>; select: React.ReactNode; total: React.ReactNode }): React.ReactNode
-
Parameters
-
options: { Text: React.ComponentType<{ type: "middle" | "right" }>; select: React.ReactNode; total: React.ReactNode }
-
Text: React.ComponentType<{ type: "middle" | "right" }>
-
select: React.ReactNode
-
total: React.ReactNode
Returns React.ReactNode
pageStatsStatic
- pageStatsStatic(options: { Text: React.ComponentType<{ type: "middle" | "right" }>; pageSize: React.ReactNode; total: React.ReactNode }): React.ReactNode
-
Parameters
-
options: { Text: React.ComponentType<{ type: "middle" | "right" }>; pageSize: React.ReactNode; total: React.ReactNode }
-
Text: React.ComponentType<{ type: "middle" | "right" }>
-
pageSize: React.ReactNode
-
total: React.ReactNode
Returns React.ReactNode