Ag-grid Angular How to get click events on Header?

后端 未结 2 1827
无人共我
无人共我 2021-01-19 08:30

Is there any way to get notified of click events on ag-grid\'s header in Angular?

The -Component offers multiple events for cli

2条回答
  •  隐瞒了意图╮
    2021-01-19 08:58

    You could basically listen to the "sortChanged" event, that ag-grid provides when you click on the default header.

提交回复
热议问题