It seems like the width for header and data columns are set using the precalculated value based on the rowWidth parameter given to the component.
width: __rowWeight || __defaultRowWeight
in which :
const __rowWeight = __WIDTH / rowWidth!;
It would be nice if we could manage each column width or at least make them automatically adjustable according to header text width.
It seems like the width for header and data columns are set using the precalculated value based on the rowWidth parameter given to the component.
width: __rowWeight || __defaultRowWeightin which :
const __rowWeight = __WIDTH / rowWidth!;It would be nice if we could manage each column width or at least make them automatically adjustable according to header text width.