Column visibility with regular expression

Column visibility with regular expression

Pierce KrousePierce Krouse Posts: 40Questions: 8Answers: 1

I have seen the default column visibility with the standard api at
https://datatables.net/examples/api/show_hide.html
and I have seen the extended version using the buttons extension linked on the same page.

My use case is a little different in that I need to take a regular expression from a single input, similar to row filtering, and turn on and off columns whose names match the filter.

Has anyone done this, and if not, is this possible with the current api?

This question has accepted answers - jump to:

Answers

This discussion has been closed.