Strange, I have tried this config in a scheduler
rowHeaderColumnDefaultWidth: 10, // mapped in dp ts file ??
rowHeaderWidthAutoFit: true, // mapped in dp ts file ??
rowHeaderColumns: [
{ title: 'ABC123ABC123ABC123' },
{ title: 'AB' },
{ title: 'ABC' },
],
with this I get like a fixed column width of like 10, if I remove rowHeaderColumnDefaultWidth
it seems to default to 80 with the first column truncated. Am I missing something here ? :)