Forum Post: RE: Rollbase print option - filter on print page

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
O

Orchid Corpin

Guest
Hi mihai, I see, you can do this with some CSS codes, just get the element ID, name or class of the filter to be use in the CSS. Usually the filter name is the Section name itself. style media="print" div[name='Detailed Search'] { display: none; } /style Hope this may help. Regards, Orchid

Continue reading...
 
Status
Not open for further replies.
Back
Top