Display 30-40 elements in a table [ SOLVED]

Hi all,

i have a question.
How could u display a repeater but with a custom X columns… to make the table responsive?
I have a list and in the user’s view there is a button to choose the column diplayed.

so… how can i limitate a number value the repeater

Thank you all.

So essentially it sounds like a limit capable repeater right? The easiest way would be to utilize a ValueConverter like this one here from the accepted answer:

Thank you zewa666… i found a good and simple solution…

i works always with a repeater and i put classes “col-md-2” for example to have 6 columns. So i let to Boostrap all the works.

So it heads automatically

1 Like