Referencing a field
I want to dynamically set a field's columnSpan. I know that's doable because the columnSpan accepts a closure but I need to reference another field to figure out the column span.
ie. set
columnSpan
is 2 if field 1
is visible otherwise set it to 13 Replies