Hello,
I would like to do the following:
( a ) When the list page is displayed, I would like the text in a particular column (as returned by the SQL query) NOT to be displayed.
( b ) When the user clicks on a link/button the text returned by the query should appear
( 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.
Any suggestions? I would appreciate some clues.
Thank you
Andrew