【问题标题】:How to stop agGrid from truncating whitespaces between the values and show the text as is?如何阻止 agGrid 截断值之间的空格并按原样显示文本?
【发布时间】:2021-01-30 03:52:24
【问题描述】:

agGrid 截断中间的多个空格。如果用户不想修剪空格并按原样显示文本怎么办。

【问题讨论】:

    标签: css ag-grid


    【解决方案1】:

    agGrid 不会修剪您的值之间的white spaces。它只是在显示时删除空格。如果您想保留原始值中的所有空格,请尝试在您的 css 文件中添加这一行。

    .ag-cell {
      white-space: break-spaces;
    }
    

    现场演示

    【讨论】:

      猜你喜欢
      • 2017-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-16
      • 1970-01-01
      • 2011-07-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多