- Posts: 14385
- Thank you received: 2595
Ask the community, share ideas, and connect with other LimeSurvey users!
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; }
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{ overflow:hidden !important; border-spacing:0 !important; border-collapse:collapse !important; padding:0 !important; } table.hideEmptyColumn-widthhiddencolumn{ border-collapse:collapse !important; }
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{ overflow:hidden !important; border-spacing:0 !important; border-collapse:collapse !important; padding:0 !important; width: 0 !important; min-width: 0 !important; } table.hideEmptyColumn-widthhiddencolumn{ border-collapse:collapse !important; }
Good catch, thank yousocius wrote: The downloaded hideemptycolumn.css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip does not contain the two mentioned lines that are contained in the example that seem to make it work for me.…
Yes, it's only a javascript solution … more a hack currently.ArriFerrari wrote: I found that the plugin also breaks if the column filter multiple choice question was marked "Mandatory"…