Exporting data hidden by Responsive whilst avoiding columns hidden by colvis
I've been looking in vain for a way to do this since "display: none"
is used in both cases. columns: ':visible'
neatly excludes the columns hidden by colvis but also misses the columns hidden by Responsive which I want to include. I've tried other selectors, combining options and a few other things but I can't get past exporting either none of the hidden columns or all of them. Is there a way to select the columns i want?