feat: supports sort all page (#2356)

This commit is contained in:
Whitewater
2023-05-15 08:50:43 -07:00
committed by GitHub
parent 0c561da061
commit 9ff7dbffb7
6 changed files with 192 additions and 47 deletions

View File

@@ -4,6 +4,7 @@ export type TableCellProps = {
align?: 'left' | 'right' | 'center';
ellipsis?: boolean;
proportion?: number;
active?: boolean;
style?: CSSProperties;
} & PropsWithChildren &
HTMLAttributes<HTMLTableCellElement>;