|
@@ -310,7 +310,8 @@ export interface BasicTableProps<T = any> {
|
|
* you need to add style .ant-table td { white-space: nowrap; }.
|
|
* you need to add style .ant-table td { white-space: nowrap; }.
|
|
* @type object
|
|
* @type object
|
|
*/
|
|
*/
|
|
- scroll?: { x?: number | true; y?: number };
|
|
|
|
|
|
+ scroll?: { x?: number | string | true; y?: number | string };
|
|
|
|
+
|
|
|
|
|
|
/**
|
|
/**
|
|
* Whether to show table header
|
|
* Whether to show table header
|