Display Data Table in HUD. Use 4-27

Good morning everyone,

My game work with data table and I would like to display each row and column at once inside a vertical box.

What would be the best way to achieve this ?

My goal is to achieve something approximately like this.

Thanks you all.

Best regards

Create a widget that represents a line, loop through the DT, pull data, feed the widget and add it the VB. To make pages, use a widget switcher. Or fake the pages, pressing 3 clears the VB and pulls appropriate range from the DT.

Hi Everynone,

Thanks for your help ! I also discovered LisView. I think this can do the job, what do you think about list view ?

Best regards,

List Views are very efficient. More tricky to set up and manage but are a must when handling huge number of widgets.