UPDATE
For those of you who were interested.
I finally managed to get the data tables displaying on the webpage in some sort of interactive way.
See
http://httpwix.s.customers.ilisys.com.au/assets/templates/acwa/tablesorter/docs/consultants.php
It was not easy, and even though it looks ok, what’s behind it is probably a bit rough because as I keep saying, I’m no coder or programme.
In any event it looks reasonable and does the job.
I ended up using a table sorting js called "tablesorter" which is actually quite configurable, more so than I understand at the moment.
At the moment you just click on the column header and it will sort the table ascending or descending alphabetically. You can configure it to do progressive sorts, but I haven’t been that adventurous yet.
Into the table I have force fed a load of db calls to get the data that I want to display.
At the moment these are distinct pages as I couldn’t figure out how to integrate the tablesorter script into the Modx Manager. (And believe me I tried.)
Some of you more accomplished Modxphiles might like to have a look at tablesorter and see what you think.
From the other end the data is fed into the db by eform2db.
Any comments questions, feel free, but as I said there was pain involved.