Hello everyone,
I have a little problem here. I’m working with a crosstab. I’m trying to read the column headers of the table and fill them into the dropdown box, but within my additional property. In my component.js I already read all column headers over my data JSON and filled them in a string. This string is a property. I have my getter/setter on my component.js side, as well on my additional property side. The problem is that, while the design time, where I trying to fill my dropdown box this property is empty. Is there a way to get these data into my additional property dropdown while design time? Through debugging (runtime) I checked the string property; it is filled with column names. While the design time it is null. Thanks a lot!
Regards,
Emil