As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Dear Support,
Is there anyway to set all the columns to a specific width and the header column word wrapped if the length of header is too long?
Regards
GC
Hi Grace
Thank you for reaching out to us.
We can enable wrapping for headers, but that will not give you any control over what goes in the next line, so it would break based on column's width.
To wrap words in the header, you would need to add custom CSS in wpDataTables settings/Custom JS and CSS/Custom CSS field:
Have you tried enabling the Limit table width option from the Display tab in the table settings? To limit the table width to the parent container width (so it wouldn’t be wider than the page) you need to enable the “Limit table width” switch in the “Display” tab on the table settings page.
Note that the “Limit table width” and “Scrollable” features exclude one another.
When you enable the Limit table width option you will get an additional option in the column settings called Column width where you can manually further adjust the width of specific columns.
I hope this helps, do let us know if you need any further assistance.