I am trying to make my take up all vertical space even if there are no rows in the table yet. Is clr-datagrid customizable to do so? It seems like I have to manually override flexbox properties of .datagrid-host
and .datagrid-overlay-wrapper
in order to make it grow in column direction.
I tried even that but the datagrid don't seem to be growing vertically.