Comments Tom started the conversationOctober 17, 2019 at 12:10pmI wanted to wrap the column headers to reduce the width of my table however the display opion to limit width is not present in the display configuration?Any help greatly appreciated!! 2,572Aleksandar repliedOctober 17, 2019 at 2:05pmHello tomglasson.Wrapping words in the header is not possible with the plugin's built-in features, but it could be done with some custom CSS: table.wpDataTable thead { word-break: break-all !important; } Place this in Custom CSS field in main settings of wpDataTables/Custom JS and CSS tab, and it should work just fine.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 ...
I wanted to wrap the column headers to reduce the width of my table however the display opion to limit width is not present in the display configuration?
Any help greatly appreciated!!
Hello tomglasson.
Wrapping words in the header is not possible with the plugin's built-in features, but it could be done with some custom CSS:
Place this in Custom CSS field in main settings of wpDataTables/Custom JS and CSS tab, and it should work just fine.
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