AgGrid: does onGridReady fall into line with Angular hooks?

前端 未结 0 668
孤城傲影
孤城傲影 2020-12-03 21:05

I\'m passing data source to the grid like so:

  @Input() id: number;

  public gridOptions: GridOptions = {
    ...
    onGridReady: (event) => this.onGrid         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题