Hi there, again…
I try to find a way to create a nice looking table for output to the user but it seems that the only option is the DataView and it looks like that does not cover my needs. What I am trying to do is to report to the user a list of info like
soilname, top, bottom
peat, -1, -2
clay, -2, -4
etc
For now I solved this by using a webview and creating a table element dynamically but this looks ugly… is there a way to create tables with three columns in a nicer way?
Cheers,
Rob