I have an List of items which need to be displayed as a table. That table need to be repeated as a two-column grid where each cell contains the same table side by side where the right side is a continuation of the right side table, like so:
a|b|c a|b|c -+-+- -+-+- 1|2|3 5|6|7 x|y|z n|m|o ..... .....
How can I achieve this?