I am coding an application tool for generating data I use in a separate game application. Although Godot is good for building an interface, I have not been able to display a table of informtion on screen.
That is, rows and columns of game data organised over several tables. The data is being stored in an SqLite database.
Any suggestions how can this be done (if at all) ?