如何在不使用单元格渲染器的情况下在ag-grid中的单元格中制作返回线?

时间:2019-05-25 16:18:09

标签: angular ag-grid

在此列中:
enter image description here
我想返回到每个这样的新项目符号点的行:

enter image description here
这是列定义:

{
      headerName: "Vulnerability",
      field: "vulnerability",
      cellClass: "cell-wrap-text"
    }

这是行定义:

 {
      securitycause:'Deliberate action',riskid:'R01 ',operationalrisk:'Improper or fraudulent activity (except reporting)',riskstatements:'Improper or fraudulent activity (except reporting)',businessline:'Informatique',threat:'Inadequate design and planning (including error in implementing security mechanism, software development flaws, insufficient capacity planning)',vulnerability:'● No or insufficient software testing ● Unnecessary services enabled ● Wrong allocation of access rights ● Lack of change control procedure ● Lack of monitoring mechanisms  ● Inadequate recruitment procedures'
    }

是否有必要在ag-grid中原生进行此操作而不必设置cellRenderer和使用html?
谢谢!

0 个答案:

没有答案