AG 网格中任意列的主复选框
Master Check Box in AG Grid on any column
Master Checkbox in Ag Grid
enter image description here
需要在 Client Name 列之前的顶部添加一个复选框作为 select 所有行的主复选框。
任何帮助将不胜感激。
在您的列定义部分,只需将其添加到客户名称列 def:
headerCheckboxSelection: true,
checkboxSelection: true,
Master Checkbox in Ag Grid
enter image description here
需要在 Client Name 列之前的顶部添加一个复选框作为 select 所有行的主复选框。 任何帮助将不胜感激。
在您的列定义部分,只需将其添加到客户名称列 def:
headerCheckboxSelection: true,
checkboxSelection: true,