Dear all,
how is possible to make a repeater with a minimum and maximum number of "repeat"?
I need a repeater having, at least, one element and no more than 5 elements.
How is possible to do this?
Thanks
Regards
how is possible to make a repeater with a minimum and maximum number of "repeat"?
I need a repeater having, at least, one element and no more than 5 elements.
How is possible to do this?
Thanks
Regards
Hi,
Currently this is not possible but I have added this feature to the todo list for the next update.
Best regards,
Max
Currently this is not possible but I have added this feature to the todo list for the next update.
Best regards,
Max
For the minimum you can use the repeater data provider and set it to "1", that would have 1 element loaded by default.
Best regards,
Max
Best regards,
Max
no, setting it to 1 causes 2 elements. Setting to 0 creates 1 element.
In general, setting to "N" generates "N+1" element.
In other words, sets to "N-1" in order to have "N" elements.
In general, setting to "N" generates "N+1" element.
In other words, sets to "N-1" in order to have "N" elements.
Correct, it's because a range is created from 0 to that number, I forgot that!🙂
Best regards,
Max
Best regards,
Max
This topic is locked and no more replies can be posted.