Gykonik
Gykonik
I have exactly the same error. Would love to hear, when you found a fix! :) I even get an error message: `jspdf.plugin.autotable.js:1255 The content of row 0 will not...
Thanks for the quick reply, sure I can. However, I guess its a bit rare of a use-case. But maybe you have different suggestions on how to do it. Basically,...
Thanks for the answer. Indeed I already tried it by creating a new Variable with the correct formula manager. However, I was always getting an error `Variable X already exists...
Thanks for the answer! If I understand this right, I would basically end up having a new "dragable" box (in the `pvtHorizList`-container) e.g. called `Input`, where I have two values...
Sounds like an excelent idea - thanks man! Additionally, I could add another value `3` (or something similar) which stores `each value from field 1 / each value from field...
@nicolaskruchten Are there any news yet / was my question understandable? (If you just had no time until now, no problem - I'm just curious :) )
Did anyone find a solution? I'm still struggling with it, and it's pretty annoying :D
Oh wow, that's so frustrating that this simple and stupid "fix" works :D So you copied the `.js` and adapted it yourself? Because I use Angular and installed it with...
+1, I would also be very interested in a solution after 2 years :D
Furthermore, I think that it needs undefined-checks for `isOptionGroup`: ``` isOptionGroup(option: string | object, level: number) { return Object.prototype.hasOwnProperty.call(option, (this.optionGroupChildren as string)[level]); } ``` [source](https://github.com/primefaces/primeng/blob/7ba83aec8acbed8f676f6cd8fb9800f3faa30e89/src/app/components/cascadeselect/cascadeselect.ts#L648 ) 1. I think it...