docs(grid): 补充表格props文档 (#1782)

This commit is contained in:
gimmyhehe 2024-07-26 15:30:31 +08:00 committed by GitHub
parent b3477f8f1e
commit 06c39be857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -3391,6 +3391,17 @@ export default {
mode: ['pc'],
pcDemo: 'grid-editor#editor-custom-editor-select'
},
{
name: 'filed',
type: 'string',
defaultValue: '',
desc: {
'zh-CN': '设置表格列的单元格显示字段',
'en-US': 'Set the cell display field for table columns'
},
mode: ['pc'],
pcDemo: 'grid#base-basic-usage'
},
{
name: 'filter',
type: 'boolean | IFilterConfig',