Create incrementing text in repeat grid
How about when having text in a Repeat Grid being able to add an integer like:
- Some text #{i}
which would render as:
- Some text 1
- Some text 2
- Some text 3
- Some text 4 …etc…
?
That would be cool!
31
votes
thibault
shared this idea
-
Howie UI design commented
Having increment text in repeat grid or when the user copy and paste will be a good idea to have.
My idea is the following
The user design a table with the following text
- Some text #{i}
Then when the user uses the repeat grid or copy and pasting that element,
it will auto increment by itself.Which would render as:
- Some text 1
- Some text 2
- Some text 3
- Some text 4
…etc…It will be great if there is upper limit as well
so it can set something like this
for i=0, i<10, i++This would be cool!