quicktemplate icon indicating copy to clipboard operation
quicktemplate copied to clipboard

Allow Call Render Function in Objects

Open aight8 opened this issue 5 years ago • 0 comments

Allow to call functions on objects result.

{% v.Obj().RenderHeader(123) %} // Header is a render function generated by quicktemplate (so the 3 variants of the func are available)

Currently this is not possible at all. That makes it quiet unflexible to use render functions on objects.

v.StreamRenObj()....

aight8 avatar Dec 06 '20 16:12 aight8