Problem with the drop down menu
-
Hi,
Thanks for the plugin, man.
shortcode:[table id=6 responsive="scroll" datatables_columnfilterwidgets=true /]
The dropdown menu prints the selection, it’s weird.
How can I fix that? Thanks!-
This topic was modified 6 years, 4 months ago by
worldwade.
The page I need help with: [log in to see the link]
-
This topic was modified 6 years, 4 months ago by
-
Hi,
thanks for your post, and sorry for the trouble.
Do you mean the items that appear below the dropdowns? That’s expected. This way, when clicking on them, you can remove them again from the filtering.
Regards,
TobiasOh ok, is there a way to disable that? And just use the normal drop down menu?
Hi,
you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.dataTables_wrapper .filter-term { display: none !important; }This will hide these words. However, you’ll then not really be able to return to the original state of the table, without a page reload.
Regards,
TobiasOh I see, thanks for the answer again.
Is there any way to put a kind of cross (x) before each item label that appears below the dropdowns? So people understand?OK I managed to do the x thing, but I have just realized I have a bigger problem: the dropdowns don’t filter at all?
https://moroccoultimateguide.com/private-tours-morocco/
I couldn’t figure out what causes this, and I’m ashamed to say I don’t even know if they worked at all.my (current) shortcode:
[table id=6 datatables_columnfilter=true datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,4,5 datatables_columnfilterwidgets_max_selections=1 responsive=”scroll” /]Found the solution: “Enable the visitor to filter or search the table. Only rows with the search word in them are shown.” must be selected. My bad.
Thanks again for the plugin!!
Hi,
nice addition to the items! Good to hear that it’s working now!
Best wishes,
Tobias
The topic ‘Problem with the drop down menu’ is closed to new replies.