problem when i m using sorting in column
(property) type: string
Type ‘{ type: string; tuple: undefined[]; measure: string; }’ is not assignable to type ‘{ type: string; tuple: string[]; measure: MeasureObject; }[]’.
Object literal may only specify known properties, and ‘type’ does not exist in type ‘{ type: string; tuple: string[]; measure: MeasureObject; }[]’.ts(2322)
webdatarocks.d.ts(180, 13): The expected type comes from property ‘row’ which is declared here on type ‘{ column?: { type: string; tuple: string[]; measure: MeasureObject; }[]; row?: { type: string; tuple: string[]; measure: MeasureObject; }[]; }’
1 answer
Hi!
Thank you for posting your question.
In order for us to reproduce the mentioned exception, do you think you could give us more details on how the described behavior can be achieved? Your report configurations and detailed steps would be really helpful.
Looking forward to your response.
Best regards,
WebDataRocks team