export type DTableColumnGetter = (row: ROW_VALUE, columnIndex: number) => CELL_VALUE;