Disable search on hidden column

Disable search on hidden column

datatable_userdatatable_user Posts: 5Questions: 3Answers: 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

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

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

    Cheers,

    Colin

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    That said, this thread does offer a solution,

    Colin

Sign In or Register to comment.