Disable search on hidden column

Disable search on hidden column

datatable_userdatatable_user Posts: 19Questions: 6Answers: 0
edited July 2021 in Free community support

I hide my column with this : table.column(4).visible(false);

but how do I disable search outside of columnDefs ?

Using table.column(4).searchable(false); or table.column(4).search(false); does not worked. What is the correct function name?

Thanks in advance

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    That said, this thread does offer a solution,

    Colin

Sign In or Register to comment.