@linzjs/step-ag-grid
Version:
[](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.
7 lines (6 loc) • 330 B
TypeScript
import { CellClickedEvent } from 'ag-grid-community';
/**
* AgGrid checkbox select does not pass clicks within cell but not on the checkbox to checkbox.
* This passes the event to the checkbox when you click anywhere in the cell.
*/
export declare const clickInputWhenContainingCellClicked: (params: CellClickedEvent) => void;