【发布时间】:2020-07-29 21:22:38
【问题描述】:
我已将这些代码行用于地址标题列中的附加图像文本区域。
````````
"headerName: "Address",
field: "Address",
width: 350,
**cellEditor: 'agLargeTextCellEditor'**
````````````
但“agLargeTextCellEditor”的限制是它只接受 200 个字符。但我的要求是最多 500 个字符。那么我们可以在 ag-grid 中使用任何自定义单元格编辑器吗?或任何替代解决方案?
注意:我知道你们中的一些人会建议我使用“agRichSelectCellEditor”,但它仅在 ag-Grid Enterprise 中可用,所以我不能使用它。
【问题讨论】:
标签: angular7 ag-grid ag-grid-angular