Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48771

Re: combo box with dynamic value

$
0
0

I can show the combo box now, and store the data in metadata columns, but the option show empty string

 

            let containerIdx = model.enumerationObject.containers.push({displayName})-1;

            model.enumerationObject.instances.push({
                containerIdx,
                objectName: model.objectName,
                properties: {
                    isMask: this.getValue<boolean>(currentColumn.objects, model.objectName, "isMask", false),
                    background: this.getValue<string>(currentColumn.objects, model.objectName, "background", "#FFFFFF")
                },
                selector: { metadata: currentColumn.queryName }
            });

matrix-03.PNG

 

this happen to with PowerKPIMatrix too, i thing something new with update and make the option did't show the text


Viewing all articles
Browse latest Browse all 48771

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>