gpt4 book ai didi

max - 如何在 ag-grid 单元格上设置最大长度

转载 作者:行者123 更新时间:2023-12-02 03:20:16 25 4
gpt4 key购买 nike

有没有办法在 ag-grid 单元格中强加一个允许的 maxLength 文本,类似于普通输入元素上的文本?

  <input maxlength="220"/>

未找到相关文档。此外,在我看来,不需要特定情况和更多细节。谢谢!

最佳答案

agGrid 的文档对此确实不清楚,但这是可能的。

agGrid MaxLength

在您的列定义中,只需添加如下内容:

this.columnDefs = [
{
field: 'Surname',
minWidth: 100,
editable: true,
cellEditor: 'agLargeTextCellEditor',
cellEditorParams: { maxLength: 200 }
}

关于max - 如何在 ag-grid 单元格上设置最大长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55040872/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com