• On this responsive page there are 4 columns that don’t show in compressed mode. But if look at this screenshot https://www.screencast.com/t/Xal9hwot you can see 4 phantom boxes taking up space and interfering with the column format. Then, if you click on the green expand icon button, the page layout changes.

    The four columns are queryable but not individual column filterable.

    If I remove this from the table options the problem goes away.
    "wpda_searchbox": "header",

    Can I get rid of this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Charles,

    These columns should be marked is hidden. There are not. Is there any javascript in the advanced publication settings that preven this?

    Thanks,
    Peter

    Thread Starter charlesgodwin

    (@charlesgodwin)

    the only thing is "wpda_searchbox": "header", if I delete that one setting, all is good but I loose the top column search fields which we prefer.

    heres the whole thing

    
    
    {
    	"dom": "flirpBtip", 
    	"wpda_buttons": "CYF",
    	"wpda_searchbox": "both",
    	"wpda_search_placeholder_prefix": "icon",
    	"select": {
    		"selector": "td:not(.wpda_select)",
    		"style": "multi" 
    	},
      "scrollX":"0"
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with Column filters’ is closed to new replies.