I would like to do the following:
(a) When my list page is displayed, I would like the text of a particular column (as returned by the SQL query) NOT to be displayed.
(<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=16477&image=1&table=forumtopics' class='bbc_emoticon' alt='B)' /> When the user clicks on a link/button which is IN the column and always visible (i.e. not returned by the query), the text returned by the query appears
(c) When the user clicks on the button/link again, the text disappears again. Basically, the link/button would act as a toggle.
I do not want to hide the whole column, just the content returned by the sql query.
I think I could do all of that using an AJAX script and to modify the relevant file after the site is fully functional (except for the above). However, if possible, I do not really want to do this as it adds another layer of maintenance to remember and separates the pieces of code from one another. Is there a way of doing what I am trying to do from inside phprunner (phprunner 5.2 by the way)?
Thank you
Andrew