相关疑难解决方法(0)

cellClicked不要调用函数AgGrid Angular 2

我想在单元格中“单击”并显示console.log,但是此功能无法运行:

  headerName: 'Id',
  field: 'id',
  cellClicked: function() {
          console.log('asssaasas');
  }
Run Code Online (Sandbox Code Playgroud)

我确实在单元格中单击了AgGRID,但是在html5.console中我什么也没显示。

ag-grid angular

0
推荐指数
1
解决办法
2077
查看次数

标签 统计

ag-grid ×1

angular ×1