Hello Guyz,
I need to dynamically add a section whenever the uses press + button on the Panel.
My Panel contains few fields which i displayed them as Form Elements and also 1 Table which itself is dynamic in nautre.
I previously asked the same question here : -
Currently the solution proposed by SAI VELLANKI is very near to what is the expectation. But my question is can i also add 1 Table & then use Clone() for the Panel.
As of now my Table is getting cloned in the view, but simulatenously i am getting the error:-
During a clone operation, a template was found that neither was marked with 'templateShareable:true' nor 'templateShareable:false'. The framework won't destroy the template. This could cause errors (e.g. duplicate IDs) or memory leaks (The template is used in aggregation 'items' of object '__table0').For more information, see documentation under 'Aggregation Binding'. -
My guess is i will have trouble while binding the data with the Model.
What could be done here, any suggestions ?