This topic is locked

Hiding columns on advanced search

9/14/2009 3:58:04 AM
PHPRunner General questions
M
mmponline author

I need to hide the "not" column and the column for dropdowns Equals... Greater than... etc. from the Advanced search. I tried to delete it, but then the table is not functional.
How do I prevent these to columns from displaying, but that the functionality stays in tact.
Please assist.

J
Jane 9/14/2009

Hi,
just add style parameter to all <td> tags you want to hide:

style="display:none;"


I.e.

<TD class=editshade_lb align=middle style="display:none;">
M
mmponline author 9/15/2009

Thanks Jane, it sorted my needs. Pity there is no way to hide a whole column, as it is quite time consuming to do each cell individually.