export type DTableColumnSetter = (row: ROW_VALUE, columnIndex: number, cell: CELL_VALUE) => void;