docs(config-provider): remove redundant vertical bars (#5470)
							parent
							
								
									07940a4836
								
							
						
					
					
						commit
						2addaf35ac
					
				|  | @ -61,7 +61,7 @@ Some components use dynamic style to support wave effect. You can config `csp` p | |||
| | prefixCls | set prefix class | string | ant |  | | ||||
| | renderEmpty | set empty content of components. Ref [Empty](/components/empty/) | slot-scope \| Function(componentName: string): ReactNode | - |  | | ||||
| | space | Set Space `size`, ref [Space](/components/space) | { size: `small` \| `middle` \| `large` \| `number` } | - | 3.0 | | ||||
| | transformCellText | Table data can be changed again before rendering. The default configuration of general user empty data. | Function({ text, column, record, index }) => any | - | 1.5.4 | | | ||||
| | transformCellText | Table data can be changed again before rendering. The default configuration of general user empty data. | Function({ text, column, record, index }) => any | - | 1.5.4 | | ||||
| | virtual | Disable virtual scroll when set to false | boolean | true | 3.0 | | ||||
| 
 | ||||
| ### ConfigProvider.config() `3.0.0+` | ||||
|  |  | |||
|  | @ -62,7 +62,7 @@ ConfigProvider 使用 Vue 的 [provide / inject](https://vuejs.org/v2/api/#provi | |||
| | prefixCls | 设置统一样式前缀。注意:需要配合 `less` 变量 `@ant-prefix` 使用 | string | `ant` |  | | ||||
| | renderEmpty | 自定义组件空状态。参考 [空状态](/components/empty/) | slot \| Function(componentName: string): VNode | - |  | | ||||
| | space | 设置 Space 的 `size`,参考 [Space](/components/space) | { size: `small` \| `middle` \| `large` \| `number` } | - | 3.0 | | ||||
| | transformCellText | Table 数据渲染前可以再次改变,一般用户空数据的默认配置 | Function({ text, column, record, index }) => any | - | 1.5.4 | | | ||||
| | transformCellText | Table 数据渲染前可以再次改变,一般用户空数据的默认配置 | Function({ text, column, record, index }) => any | - | 1.5.4 | | ||||
| | virtual | 设置 `false` 时关闭虚拟滚动 | boolean | - | 3.0 | | ||||
| 
 | ||||
| ### ConfigProvider.config() `3.0.0+` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 bqy_fe
						bqy_fe