In the list view I have the option selected so that the user can switch off/on the columns(fields) of their choice. At the foot of each column I have a code snippet that provides some data - and I don't want it to be displayed if the column is set to "not show".
Is there a if ("column is switched off/on") statement I can include in the JavaScript OnLoad Event that can deal with this?
Thanks