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.
Now it does exactly what it should do - thanks to @DenisChenu!
Best, G
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