Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

HowTo Filter the Columns of an Array (Numbers) - by: socius

$
0
0
Hi,

I just compared the html and css of the example on demonstration.sondages.pro/655577.html and the result on my installation.

I found a difference in the hideemptycolumn.css from the download from extensions.sondages.pro/questions-updati...column/download.html vs. the css used in demonstration.sondages.pro/655577.html.

The "missing" parts (s. code below) are missing in the former, but are contained in the new demonstration. When I add these two lines, it works exactly like the example in demonstration.sondages.pro/655577.html.
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
width: 0 !important;  /*missing*/
min-width: 0 !important; /*missing*/
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}


Now it does exactly what it should do - thanks to @DenisChenu!
Best, G

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>