Drop down menu as filter for one column

Drop down menu as filter for one column

benoitmorelbenoitmorel Posts: 1Questions: 1Answers: 0

Hi,

I'm looking for a way to have just one dropdown menu at the top of the table, to filter only on one of the columns. Is there a way to achieve this ?

I spent quite a lot of time on the support site but only found the multiple below-the-table dropdown filters.

Thanks a lor for your help !

Benoit

Answers

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

    You can find it + more in my yadcf plugin for datatables, see showcase

    in your case

    {
            filter_container_id: 'some-div-id'
            column_number: 0
    }
    

    will do

This discussion has been closed.