Repeating Group List Cells

Hi, guys…
How can i build a repet group like this:

A) Information one
B) Information two
C) Information three

PS. a list of cell´s inside of RG… but before: “A)”… “B)”… “C)”…

Can help me?

You want a list within a list. You can use nested RGs.
Within the larger RG, you can create a smaller RG so that an RG renders on each cell of the larger RG.

The internal RG’s data can be provided with reference to the external RG. So it would look like ‘current Cell’s thing’s Informations’.

Cheers,
Ranjit | Blur Apps

ok… great ideia.

But, can i use letters? By number i solved… but by letters, i´d problems.

You mean to display it as:
A) Information one
B) Information two
C) Information three

There isn’t any inbuilt way to do this that I know of.
I’d go at it with conditions:

If: current cell's index is 1
Text: A) current cell's Information

If: current cell's index is 2
Text: B) current cell's Information

It’s very cumbersome. But I think I can build a plugin to automate this!

1 Like

Tk u so much… it´s works!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.