Comments 1Autostopowicz started the conversationMay 8, 2019 at 8:34pmHi I am trying to hide the "wdt_ID" button in "Columns" list (table tools). Unsuccessfully. I have managed to disable the visibility of "wdt_ID" column though the button is active/on. But it would be great if the button itself could be invisible. 2,572Aleksandar repliedMay 9, 2019 at 11:34amHello Autostopowicz.The button can't be hidden by any settings within the plugin, but it can be hidden with some custom css.Please paste this in Custom CSS field under main settings of wpDataTables, and it should work fine: .wpdt-c div.dt-button-collection > a:nth-child(1) { display: none !important; } I hope this helps.Best regards.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 1Autostopowicz repliedMay 10, 2019 at 12:04amHi AleksandarI knew it can't be hidden without custom css coding, but somehow It did not worked. Thanks for help. The button is hidden just as I wanted. 2,572Aleksandar repliedMay 10, 2019 at 12:36pmYou're welcome Autostopowicz.Glad I could help.If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.Best regards.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi
I am trying to hide the "wdt_ID" button in "Columns" list (table tools). Unsuccessfully.
I have managed to disable the visibility of "wdt_ID" column though the button is active/on. But it would be great if the button itself could be invisible.
Hello Autostopowicz.
The button can't be hidden by any settings within the plugin, but it can be hidden with some custom css.
Please paste this in Custom CSS field under main settings of wpDataTables, and it should work fine:
I hope this helps.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar
I knew it can't be hidden without custom css coding, but somehow It did not worked. Thanks for help. The button is hidden just as I wanted.
You're welcome Autostopowicz.
Glad I could help.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables