BrnOnEntityTap typedef

BrnOnEntityTap = void Function(int columnIndex, int rowIndex, BrnPickerEntity entity)

单个数据项被点击的回调, columnIndex 数据项所在列 rowIndex 数据项所在列中的位置 entity 被点击的数据项

Implementation

typedef BrnOnEntityTap = void Function(
    int columnIndex, int rowIndex, BrnPickerEntity entity);