I have the following structure:
[{tabela: 'tabela1', coluna: 'coluna1'}, {tabela: 'tabela2', coluna: 'coluna2'}]
I need to enter this data within div
in the format:
[TABLE.COLUMN]
In case it would stay:
[table1.column1] [table2.column2]
But I'm not finding a solution to this with jQuery
. How could I do that?