Exclude from datatable but in search
Exclude from datatable but in search
pravesh
Posts: 1Questions: 1Answers: 0
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
This discussion has been closed.
Answers
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