I need to create a table with this structure:
Column A Column B Column C Column D
xxxx xxxx xxxx xxxx
Column E Column F Column G Column H
xxxx xxxx xxxx xxxx
This is gonna be repeated N times, according to the amount of items on my list.
I made a Google search and didn't find any example with multiple rows.
I have tried using datatableinside the main datatable but no results.