It would be nice if the looper summary results page could toggle between showing derived attribute keys and actual derived attributes.
For any attributes listed as derived_attributes, the Sample object will have an additional attribute for the key. For example, if the attribute were color, it would be an attribute called color_key.
We could use this along with CSS to toggle which is displayed for that attribute, the key or the value.
It would be nice if the looper summary results page could toggle between showing derived attribute keys and actual derived attributes.
For any attributes listed as
derived_attributes, theSampleobject will have an additional attribute for the key. For example, if the attribute werecolor, it would be an attribute calledcolor_key.We could use this along with
CSSto toggle which is displayed for that attribute, the key or the value.