function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Idan EshelIdan Eshel 

Lightning - nested iteration or dynamic access to fields

Hi - 

I'm trying to access dynamiclly to an object field, similar to standard apex:
obj.get('field API');.

Any idea how to do this?

I eventried to create the HTML in apex and inject it back - with no success - the HTML was rendered as is on screen.

I saw some simalr discussions like using fieldsets. Not quite it I think.
http://salesforce.stackexchange.com/questions/56047/how-to-use-fieldsets-with-lightning


Many thanks.
Idan