How to populate data in grid widget at runtime

I am new in tulip and learning all widgets. I am able to populate data in table, but I want to make something with grid widget. Can you please guide me how can I achieve at run time for each column and row of the grid with Text and Image?

Hi @deepak

The grid is mainly for visual reasons.
You still need to add a variable widget for each value.

Hi @thorsten.langner Thank you giving me answer.