Closed yangmingbai closed 3 months ago
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
在protable搜索表单中设置了valueType:'textarea',但跟不设置或者设置为'text'是一样的效果,得到的都是标准的搜索框大小,但是我需要一个更大的类似ProFormTextArea可以让我根据内容进行填充自动伸缩大小的搜索框
{ title: '批量查询', dataIndex: 'batch_name', valueType: 'textarea', hideInTable: true, fieldProps: { style:{height:"100px"} } }
renderFormItem:()=>{ return (
) } 可以解决
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🧐 问题描述
在protable搜索表单中设置了valueType:'textarea',但跟不设置或者设置为'text'是一样的效果,得到的都是标准的搜索框大小,但是我需要一个更大的类似ProFormTextArea可以让我根据内容进行填充自动伸缩大小的搜索框
💻 示例代码
{ title: '批量查询', dataIndex: 'batch_name', valueType: 'textarea', hideInTable: true, fieldProps: { style:{height:"100px"} } }
🚑 其他信息