We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi Team,
Basic option of setting the Column Width is missing in all tables. Also, I can find 'Group Column' activated for only first table and not in any other table which are created later. Eg in the attached file this is table 2 and hence no 'Group Column' feature activated and column width is also missing.
HI adityalele55,
Thank you for your purchase.
I guess you create tables with server side processing where this option is disable because when is turn on with server side processing, row grouping works, but other features of plugin can have unexpected behavior.
If you still want to enable it you have to make some changes in file /plugins/wpdatatables/assets/js/wpdatatables/admin/table-settings/column_config_object.js around line 945
wpdatatable_config.server_side == 1 ? jQuery('div.wdt-group-column-block').hide() : jQuery('div.wdt-group-column-block').show();
Just make comments like in code below
// wpdatatable_config.server_side == 1 ? jQuery('div.wdt-group-column-block').hide() : jQuery('div.wdt-group-column-block').show();
Also you have to make some changes in file :
/plugins/wpdatatables/assets/js/wpdatatables/admin/table-settings/main.js around line 739
Just make comments like in code below
// wpdatatable_config.columns[i].groupColumn = 0;
This will be overwritten in next update so you have to return here and make changes again.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi Milan,
Thanks for the response. I saw the answer is related only to Group Column. I was also looking for Column width feature which is missing in all the tables. Request your expert guidance for Column width issue.
Hi adityalele55,
Option Column width is available when you turn on option Limit table width on DISPLAY tab in table settings.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables