export type DTableColumnRenderable = (row: ROW_VALUE, columnIndex: number) => boolean;