UNPKG

@linzjs/step-ag-grid

Version:

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](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
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;