mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
add Table scroll typings (#7640)
This commit is contained in:
parent
c5f56b9db3
commit
644891f8f6
@ -86,7 +86,7 @@ export interface TableProps<T> {
|
||||
showHeader?: boolean;
|
||||
footer?: (currentPageData: Object[]) => React.ReactNode;
|
||||
title?: (currentPageData: Object[]) => React.ReactNode;
|
||||
scroll?: { x?: boolean | number, y?: boolean | number};
|
||||
scroll?: { x?: boolean | number | string, y?: boolean | number | string };
|
||||
childrenColumnName?: string;
|
||||
bodyStyle?: React.CSSProperties;
|
||||
className?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user