column search only?

column search only?

algeealgee Posts: 11Questions: 2Answers: 0

Hi, i want to only use column search for my dt,
how would i go about hiding the input field on top?
if i disable searching, column search won't fire as well :(

Answers

  • algeealgee Posts: 11Questions: 2Answers: 0

    found it.
    in case anyone else is wondering,
    following css setting will hide the search field on top:

            #dt_products_filter {
                visibility: hidden;
            }
    
This discussion has been closed.