Hi
Is row filtering working or in the works? can't find onRowFilter,
also trying to figure out how to get auto width in a 3 column resource layout,
is that possible ? seems to be a fixed width by default.
The default row header width is set using rowHeaderColumnDefaultWidth property (default value is 80 pixels). You can override it globally using rowHeaderColumnDefaultWidth or per column using rowHeaderColumns:
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 ? :)
Comment posted by Dan Letecky [DayPilot] 9 years ago.
I can see the problem now - you need the column titles to be adjusted. It's only implemented for the column content at the moment: