{
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?
谢谢!