Exclude from datatable but in search

Exclude from datatable but in search

praveshpravesh Posts: 1Questions: 1Answers: 0
edited January 2019 in Free community support

Is it possible to tell DataTables to not show certain columns but have to search?
Example, I don't want to Show City column but I could search Cities.

Many thanks for your help

Answers

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

    Hi @pravesh ,

    It does that by default - see here. In this example, the cities are the third column - so you can still search by the value despite that column being hidden.

    Cheers,

    Colin

This discussion has been closed.