Table组件使用分页条时,无法设置分页条的对齐方式。
type position = 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
export interface PaginationProps {
/**
- Pagination align
- @default ['bottomRight']
- @type position[]
*/
position?: position[];
1条答案
按热度按时间bqujaahr1#
已更新: #1849