ag-grid cell level checkbox select
问题 I want to show all rows, all columns with checkbox as I want only true/false value. But I want to access single cell value i.e. each of the checkbox can be checked/unchecked. see image below. As per my knowledge when I tick checkbox, all checkboxes of row get selected. So, can I check/uncheck single box? 回答1: I was trying to find out how it works today as well. What i could find out was, that the best way is to create a new Component and use cellRendererFramework instead of cellRenderer .